apkfuckery/com.discord/res/drawable/drawable_welcome_card_image_background.xml

6 lines
244 B
XML
Raw Normal View History

2019-02-04 20:08:30 +00:00
<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/brand_500" />
<corners android:topLeftRadius="3.0dip" android:bottomLeftRadius="3.0dip" />
</shape>