From fbc75936daaa3ea5e2596c0aa71593cbe9f33614 Mon Sep 17 00:00:00 2001 From: Marco Jacob Date: Sat, 15 Jun 2013 16:23:55 +0200 Subject: make personalNote multiline again, upload button, merge on refresh --- main/res/layout/fragment_edit_note.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main/res/layout/fragment_edit_note.xml') diff --git a/main/res/layout/fragment_edit_note.xml b/main/res/layout/fragment_edit_note.xml index 1ed5e84..1e9fbf9 100644 --- a/main/res/layout/fragment_edit_note.xml +++ b/main/res/layout/fragment_edit_note.xml @@ -9,7 +9,7 @@ android:id="@+id/note" android:layout_width="fill_parent" android:layout_height="wrap_content" - android:imeOptions="actionDone" - android:inputType="text" /> + android:inputType="textMultiLine" + android:lines="8" /> \ No newline at end of file -- cgit v1.1