Files
Android-WaterProject/app/src/main/res/drawable/edittext_cursor.xml
fengjignqi 1b1575eb8a first
2026-05-16 16:19:39 +08:00

5 lines
238 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<size android:width="2dp" /> <!-- 光标宽度 -->
<solid android:color="@color/color_zhu" /> <!-- 光标颜色 -->
</shape>