My underline editing is always emphasized when I am focused, I tried to ensure that all lines are the same color as the first in the picture, here is my XML code, does anyone know how to select all three lines (even if the other editing text is not focused )? Thanks in advance.
<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"
source
share