EditText unable to change the text color

后端 未结 4 445
再見小時候
再見小時候 2021-01-23 09:47

I;m trying to change text color in EditText like this

 

        
4条回答
  •  余生分开走
    2021-01-23 10:08

    put in color.xml your color like

    #B49228
    

    and use this

    android:textColor="@color/mytextColor"
    

提交回复
热议问题