Created
May 9, 2018 02:04
-
-
Save beilly/47768cdd9537a55525e74a411166ac36 to your computer and use it in GitHub Desktop.
Android TextView修改光标
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<shape xmlns:android="http://schemas.android.com/apk/res/android" | |
android:shape="rectangle"> | |
<size android:width="2dp" /> | |
<solid android:color="#ff6a45" /> | |
</shape> |
android:textCursorDrawable=”@null”
表示光标的颜色和字体的颜色一样
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
然后再基础主题样式中添加
或者在使用EditText的地方