summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2013-10-07 16:40:55 +0200
committerArne Schwabe <arne@rfc2549.org>2013-10-07 16:40:55 +0200
commit7997868109c0831f2c6d97f342a7e6c6226bf54d (patch)
tree106e658ecc981ce8ba093a19a6b11c7f9d560fee /res
parent9ce9913250cb1122f879cb4a59227c02b42075f7 (diff)
Add "show password" to popup password dialog
Diffstat (limited to 'res')
-rw-r--r--res/layout/userpass.xml12
-rwxr-xr-xres/values/strings.xml1
2 files changed, 12 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
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 @@
<string name="donatePlayStore">Alternatively you can send me a donation with the Play Store:</string>
<string name="thanks_for_donation">Thanks for donating %s!</string>
<string name="logCleared">Log cleared.</string>
+ <string name="show_password">Show password</string>
</resources>