Я не могу изменить цвет подсказки для Android с помощью «android.support.design.widget.TextInputEditText».Как это исправить?
Я пытался изменить файл styles.xml, но он не работает и добавить какой-то цвет с colours.xml, но он тоже не работает.
<android.support.design.widget.TextInputLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:errorEnabled="true"
app:hintTextAppearance="@style/customtextinput">
<android.support.design.widget.TextInputEditText
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:inputType="textPersonName"
android:layout_margin="@dimen/_18sdp"
android:theme="@style/customtextinput2"
android:hint="Nama Lengkap"
android:textColorHint="@color/blue"
android:backgroundTint="#42adf4"/>
</android.support.design.widget.TextInputLayout>
Я ожидаю, что мой xml-проект будет синим, цвет подсказки