apkfuckery/com.discord/res/drawable-v21/drawable_button_grey.xml
2019-02-04 21:08:30 +01:00

6 lines
No EOL
199 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="?primary_400" />
<corners android:radius="4.0dip" />
</shape>