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

6 lines
211 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">
<solid android:color="@color/purple_brand_dark" />
<corners android:radius="2.0dip" />
</shape>