android textinputedittext 颜色,如何更改TextinputLayout的edittext下划线android的颜色
RamithDR..14将此样式添加到styles.xml文件中:#fff20sp@color/colorPrimaryDark#e34b1c#e34b1c然后将"TextLabel"主题添加到textinputlayout,如下所示android:id="@+id/input_layout_pincode"android:layout_width="match_parent"android:la
·
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中使用您想要的颜色.
更多推荐
已为社区贡献5条内容
所有评论(0)