Set EditText cursor color

后端 未结 24 1748
醉话见心
醉话见心 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:35

    Another simple solution would be to go to res>values>colors.xml in your project folder and edit the value of the color accent to the color you prefer

    #000000
    

    The code above changes your cursor to black.

提交回复
热议问题