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 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'res/layout/userpass.xml') 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 -- cgit v1.2.3