Android set edit text style globally in theme doesn't work

后端 未结 5 893
我寻月下人不归
我寻月下人不归 2020-12-16 11:30

I am facing with problem. I am trying to make edit texts in my app look the same with the help of theme.
I have generated styles with the help of online tools (9-patch i

5条回答
  •  感情败类
    2020-12-16 11:46

    if your are using appcompat >v22 you can try using

    
    

    and in your layout.xml set the android:theme propertie to the edittext

    
    

提交回复
热议问题