Files
legado/app/src/main/res/drawable/shape_text_cursor.xml
2022-01-03 23:59:44 +08:00

7 lines
254 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<size android:width="1.5dp" />
<solid android:color="#3B96FC" />
<corners android:radius="1dp" />
</shape>