From 067e46e42983e458692ba6f75e6624808d250b39 Mon Sep 17 00:00:00 2001 From: rmceoin Date: Sat, 22 Aug 2009 22:10:31 +0000 Subject: [PATCH] OI Safe: corrected inputType for Note git-svn-id: http://openintents.googlecode.com/svn/trunk/Safe@2294 72b678ce-9140-0410-bee8-679b907dd61a --- res/layout/pass_edit.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/layout/pass_edit.xml b/res/layout/pass_edit.xml index c2aea67..616b5c6 100644 --- a/res/layout/pass_edit.xml +++ b/res/layout/pass_edit.xml @@ -89,7 +89,7 @@ android:gravity="top" android:layout_height="wrap_content" android:layout_weight="1" - android:inputType="textShortMessage" + android:inputType="textMultiLine" android:scrollbars="vertical" /> -- 2.50.1