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

6 lines
253 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="rectangle"
xmlns:android="http://schemas.android.com/apk/res/android">
<size android:height="2.0dip" android:width="2.0dip" />
<solid android:color="@android:color/white" />
</shape>