forked from PeterCxy/OpenEUICC
fix: password mask toggle in profile download wizard (#125)
 Reviewed-on: PeterCxy/OpenEUICC#125 Co-authored-by: septs <github@septs.pw> Co-committed-by: septs <github@septs.pw>
This commit is contained in:
parent
24076e8fb4
commit
087c760010
1 changed files with 4 additions and 2 deletions
|
@ -43,7 +43,8 @@
|
|||
android:id="@+id/profile_download_code"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:hint="@string/profile_download_code">
|
||||
android:hint="@string/profile_download_code"
|
||||
app:passwordToggleEnabled="true">
|
||||
|
||||
<com.google.android.material.textfield.TextInputEditText
|
||||
android:maxLines="1"
|
||||
|
@ -57,7 +58,8 @@
|
|||
android:id="@+id/profile_download_confirmation_code"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:hint="@string/profile_download_confirmation_code">
|
||||
android:hint="@string/profile_download_confirmation_code"
|
||||
app:passwordToggleEnabled="true">
|
||||
|
||||
<com.google.android.material.textfield.TextInputEditText
|
||||
android:maxLines="1"
|
||||
|
|
Loading…
Add table
Reference in a new issue