Set EditText cursor color

后端 未结 24 1661
醉话见心
醉话见心 2020-11-22 10:57

I am having this issue where I am using the Android\'s Holo theme on a tablet project. However, I have a fragment on screen which has a white background. I am adding an

24条回答
  •  故里飘歌
    2020-11-22 11:48

    There is a new way to change cursor color in latest Appcompact v21
    Just change colorAccent in style like this:

     
    

    Then apply this style on your app theme or activities.

    Update: this way only works on API 21+
    Update 2: I'm not sure the minimum android version that it can work.
    Tested by android version:

    2.3.7 - didn't work
    4.4.4 - worked
    5.0 - worked
    5.1 - worked
    

提交回复
热议问题