Edittext underline color when contain text (“>Lollipop”)
问题 I want to change the underline color of my editText when they have text inside them otherwise make a default color. whatever the state, I want to do the following Edittext: When they have text -> Underline color (Blue) Edittext: when they empty -> underline color (Gray) It works on Lollipop and below, but it's not working on Android versions above Lollipop. I did the following: XML <android.support.design.widget.TextInputLayout android:id="@+id/input_password_layout" android:layout_width=