Weather/res/drawable/edittext_cursor_drawable.xml
2021-05-10 10:13:34 +02:00

6 lines
237 B
XML

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