summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/drawables/mastodon/drawable/color_cursor.xml
blob: 4743997f392e5de1226da46800c22e35de2adf5e (plain)
1
2
3
4
5
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
    <size android:width="3dp" />
    <solid android:color="?colorAccent" />
</shape>