Files
SilentDragonXAndroid/app/src/main/res/drawable/background_banner_large.xml
2023-05-13 00:00:46 -04:00

7 lines
272 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="16dp" />
<stroke android:width="1dp" android:color="#282828"/>
<solid android:color="@color/app_icon_background_0"/>
</shape>