本文主要是介绍Android 设置edittext光标颜色和粗细,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
<?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android"> <size android:width="2dp"></size> <solid android:color="@color/white"></solid> </shape>在xml文件中
android:textCursorDrawable="@drawable/edit_cursor_color"
这篇关于Android 设置edittext光标颜色和粗细的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!