RamithDR..
14
将此样式添加到styles.xml文件中:
#fff
20sp
@color/colorPrimaryDark
#e34b1c
#e34b1c
然后将"TextLabel"主题添加到textinputlayout,如下所示
android:id="@+id/input_layout_pincode"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@+id/input_layout_city"
android:layout_marginTop="@dimen/_10sdp"
android:textColorHint="#000000"
app:hintTextAppearance="@style/TextAppearence.App.TextInputLayout"
android:theme="@style/TextLabel">
...
在styles.xml中使用您想要的颜色.