mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-18 05:39:53 +01:00
Add buttons to show passwords wherever they can be entered
Closes #1096
This commit is contained in:
@@ -22,7 +22,8 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerHorizontal="true"
|
||||
app:errorEnabled="true"
|
||||
app:hintEnabled="false">
|
||||
app:hintEnabled="false"
|
||||
app:passwordToggleEnabled="true">
|
||||
|
||||
<EditText
|
||||
android:id="@+id/edit_password"
|
||||
|
||||
Reference in New Issue
Block a user