How to customize EditText field in android using AppCompat v7:21

后端 未结 2 950
青春惊慌失措
青春惊慌失措 2021-01-04 09:08

I\'m using the Appcompatv7 21 and trying to customize the editText field.

Weird thing is that it\'s working fine on lollipop but doesn\'t work on kitkat or any pre-lo

2条回答
  •  死守一世寂寞
    2021-01-04 09:40

    Even better, just change it from EditText to AppCompatEditText and you're good. Benefit from the AppCompat you're already using.

    src: http://android-developers.blogspot.ae/2014/10/appcompat-v21-material-design-for-pre.html

提交回复
热议问题