Answers for "change editext hint color android"

0

change editext hint color android

<android.support.design.widget.TextInputLayout
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    app:hintTextAppearance="@style/TextAppearance.App.TextInputLayout"
    android:textColorHint="@color/yourColor">
Posted by: Guest on May-03-2021

Code answers related to "change editext hint color android"

Browse Popular Code Answers by Language