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中使用您想要的颜色.

Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐