apkfuckery/com.discord/res/drawable-v21/drawable_button_grey.xml

6 lines
199 B
XML
Raw Normal View History

2019-02-04 20:05:16 +00:00
<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android="http://schemas.android.com/apk/res/android">
2019-02-04 20:08:30 +00:00
<solid android:color="?primary_400" />
2019-02-04 20:05:16 +00:00
<corners android:radius="4.0dip" />
</shape>