我的編輯文本下劃線似乎總是在聚焦時突出顯示,我一直試圖讓所有線條與圖片中的第一條線條顏色相同,這裏是我的XML代碼,任何人都知道如何突出顯示所有三行(即使其他編輯文本沒有關注)?提前致謝!!!更改編輯文本下劃線顏色在關注聚焦和聚焦時相同
<EditText
android:id="@+id/edit_password_second"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:inputType="textPassword"
android:textColor="@color/edit_text_color"
android:backgroundTint="@color/edit_text_color"
下劃線的顏色目前是相同的。改變的是線條的粗細,這使得它看起來像一個不同。此外,它實際上是稍微更暗 – Zoe