Set a consistent style to all EditText (for e.g.)

前端 未结 5 1282
眼角桃花
眼角桃花 2020-12-04 11:39

I\'m trying to make all EditText\'s in my application have a consistent look. I\'m aware that I can do something like this:


and make your custom style to extend Widget.EditText:


Edit:

If you're using the much newer AppCompat related themes use the editTextStyle attribute without the android prefix:


提交回复
热议问题