summaryrefslogtreecommitdiff
path: root/res/layout/userpass.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/userpass.xml')
-rw-r--r--res/layout/userpass.xml12
1 files changed, 11 insertions, 1 deletions
diff --git a/res/layout/userpass.xml b/res/layout/userpass.xml
index d13953c6..f67f998e 100644
--- a/res/layout/userpass.xml
+++ b/res/layout/userpass.xml
@@ -10,7 +10,7 @@
android:inputType="textEmailAddress"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:layout_marginTop="16dp"
+ android:layout_marginTop="8dp"
android:layout_marginLeft="4dp"
android:layout_marginRight="4dp"
android:layout_marginBottom="4dp"
@@ -25,6 +25,15 @@
android:layout_marginRight="4dp"
android:layout_marginBottom="4dp"
android:hint="@string/password"/>
+ <CheckBox
+ android:id="@+id/show_password"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_marginTop="4dp"
+ android:layout_marginLeft="4dp"
+ android:text="@string/show_password"
+ android:layout_marginRight="4dp"
+ />
<CheckBox
android:id="@+id/save_password"
@@ -36,4 +45,5 @@
android:layout_marginRight="4dp"
android:layout_marginBottom="16dp"/>
+
</LinearLayout> \ No newline at end of file