【发布时间】:2020-07-02 21:15:05
【问题描述】:
请,我想在错误或空白时更改 TextInputLayout 的边框颜色。
【问题讨论】:
标签: android layout android-edittext android-textinputlayout material-components-android
请,我想在错误或空白时更改 TextInputLayout 的边框颜色。
【问题讨论】:
标签: android layout android-edittext android-textinputlayout material-components-android
<com.google.android.material.textfield.TextInputLayout
...
app:boxStrokeErrorColor="@color/yourBorderColor">
...
</com.google.android.material.textfield.TextInputLayout>
您可以阅读有关此here 的更多信息。
【讨论】: