EditText提示字
使用hint显示提示字(不要用text)
颜色用textcolorhint控制
如:
<EditText
android:hint=" 请输入账号"
android:textSize="20dp"
android:textColorHint="@color/gray"
android:theme="@style/editTextStyle"
/>
使用hint显示提示字(不要用text)
颜色用textcolorhint控制
如:
<EditText
android:hint=" 请输入账号"
android:textSize="20dp"
android:textColorHint="@color/gray"
android:theme="@style/editTextStyle"
/>