Auxio/app/src/main/res/drawable/ui_cursor.xml
OxygenCobalt 344e566aa3 Update resources
Improve resource structure/naming.
2020-11-01 15:56:53 -07:00

9 lines
No EOL
340 B
XML

<?xml version="1.0" encoding="utf-8"?><!--
Custom cursor shape that reflects the current accent color.
https://stackoverflow.com/a/28311351/14143986
-->
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="?attr/colorPrimary" />
<size android:width="2dp" />
</shape>