apkfuckery/com.discord/res/drawable/preference_list_divider_mat...

6 lines
256 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape android:tint="?android:colorForeground"
xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="#1f000000" />
<size android:height="1.0dip" android:width="1.0dip" />
</shape>