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

10 lines
343 B
XML
Raw Normal View History

2020-07-08 16:44:49 +00:00
<?xml version="1.0" encoding="utf-8"?>
<layer-list
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:top="6.0dip" android:bottom="6.0dip" android:alpha="0.1">
<shape>
<solid android:color="#20666666" />
<corners android:radius="3.0dip" />
</shape>
</item>
</layer-list>