From 7997868109c0831f2c6d97f342a7e6c6226bf54d Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Mon, 7 Oct 2013 16:40:55 +0200 Subject: Add "show password" to popup password dialog --- res/layout/userpass.xml | 12 +++++++++++- res/values/strings.xml | 1 + 2 files changed, 12 insertions(+), 1 deletion(-) (limited to 'res') 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"/> + + \ No newline at end of file diff --git a/res/values/strings.xml b/res/values/strings.xml index 643da3a2..a7f0b07a 100755 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -297,4 +297,5 @@ Alternatively you can send me a donation with the Play Store: Thanks for donating %s! Log cleared. + Show password -- cgit v1.2.3