0
I Have Next Edittext:
<EditText
android:layout_width = "match_parent"
android:layout_height = "wrap_content"
android:id = "@+id/textSenha"
android:layout_marginTop="40dp"
android:hint = "@string/senha"
android:textCursorDrawable = "@drawable/cursor"
android:backgroundTint = "@color/black"
android:inputType = "textCapWords"/>
my next question, how do I get it to stay that way? User select field hint password it suffers elevation
https://github.com/rengwuxian/MaterialEditText
– itscorey