Change the Color of Highlighted text in Android

前端 未结 5 3604
栀梦
栀梦 2021-02-20 19:13

I\'m not sure that this is possible, perhaps someone can set me straight. I have an EditText View in an android application that has white text on a blue background. When the te

5条回答
  •  甜味超标
    2021-02-20 19:28

    Try:your_color

    in the style that you as your theme. For e.g.

    
    

    then use this style as the theme for your activity in the manifest file. For e.g.-

    
            
            
        
    
    

提交回复
热议问题