From 30d9115e6b9a70d92f1fac62c3fc755cecfcc593 Mon Sep 17 00:00:00 2001 From: rmceoin Date: Sat, 1 May 2010 18:38:55 +0000 Subject: [PATCH] OI Safe: added hints to EditText fields so that end user will know what the field is when using a small screen. On my Nexus One when in Landscape all I can see is the field and without the hint you have to make an educated guess as to which field you're looking at. git-svn-id: http://openintents.googlecode.com/svn/trunk/Safe@2640 72b678ce-9140-0410-bee8-679b907dd61a --- res/layout/cat_edit.xml | 5 +++-- res/layout/chg_pass.xml | 9 ++++++--- res/layout/pass_edit.xml | 10 ++++++++-- 3 files changed, 17 insertions(+), 7 deletions(-) diff --git a/res/layout/cat_edit.xml b/res/layout/cat_edit.xml index bc8b7fc..facccab 100644 --- a/res/layout/cat_edit.xml +++ b/res/layout/cat_edit.xml @@ -29,8 +29,9 @@ - diff --git a/res/layout/chg_pass.xml b/res/layout/chg_pass.xml index b0b2828..2823562 100644 --- a/res/layout/chg_pass.xml +++ b/res/layout/chg_pass.xml @@ -36,7 +36,8 @@ android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/old_password" /> - - - - -