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

6 lines
216 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="#1f000000" />
<size android:height="1.0dip" android:width="1.0dip" />
2019-02-04 20:05:16 +00:00
</shape>