From 9dc5a62e44952bdfb972bd46ff4b92ed2cba3d74 Mon Sep 17 00:00:00 2001 From: masensio Date: Tue, 4 Jun 2013 10:45:24 +0200 Subject: [PATCH] OC-247: Resize active area for the eye icon --- .classpath | 3 ++- .settings/org.eclipse.jdt.core.prefs | 3 +++ oc_jb_workaround/.classpath | 1 + res/layout/account_setup.xml | 13 ++++++------- .../android/authentication/AuthenticatorActivity.java | 2 +- tests/.classpath | 5 +++-- tests/.settings/org.eclipse.jdt.core.prefs | 4 ++++ 7 files changed, 20 insertions(+), 11 deletions(-) create mode 100644 tests/.settings/org.eclipse.jdt.core.prefs diff --git a/.classpath b/.classpath index 3f9691c5..d57ec025 100644 --- a/.classpath +++ b/.classpath @@ -1,8 +1,9 @@ - + + diff --git a/.settings/org.eclipse.jdt.core.prefs b/.settings/org.eclipse.jdt.core.prefs index 0ff9ee10..81acefee 100644 --- a/.settings/org.eclipse.jdt.core.prefs +++ b/.settings/org.eclipse.jdt.core.prefs @@ -1,4 +1,7 @@ eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 +org.eclipse.jdt.core.compiler.compliance=1.6 +org.eclipse.jdt.core.compiler.source=1.6 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation=0 diff --git a/oc_jb_workaround/.classpath b/oc_jb_workaround/.classpath index 3f9691c5..0b084083 100644 --- a/oc_jb_workaround/.classpath +++ b/oc_jb_workaround/.classpath @@ -4,5 +4,6 @@ + diff --git a/res/layout/account_setup.xml b/res/layout/account_setup.xml index 688e525b..a218fa97 100644 --- a/res/layout/account_setup.xml +++ b/res/layout/account_setup.xml @@ -103,13 +103,12 @@ + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:drawablePadding="5dp" + android:ems="10" + android:hint="@string/auth_password" + android:inputType="textPassword" /> - - + + + diff --git a/tests/.settings/org.eclipse.jdt.core.prefs b/tests/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 00000000..b080d2dd --- /dev/null +++ b/tests/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,4 @@ +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 +org.eclipse.jdt.core.compiler.compliance=1.6 +org.eclipse.jdt.core.compiler.source=1.6 -- 2.11.0