apkfuckery/com.discord/res/drawable/drawable_button_primary_700...

6 lines
205 B
XML
Raw Normal View History

2019-07-24 11:27:29 +00:00
<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android="http://schemas.android.com/apk/res/android">
2019-12-21 01:41:59 +00:00
<solid android:color="@color/primary_800" />
<corners android:radius="4.0dip" />
2019-07-24 11:27:29 +00:00
</shape>