aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/layout/fragment_edit_note.xml
diff options
context:
space:
mode:
Diffstat (limited to 'main/res/layout/fragment_edit_note.xml')
-rw-r--r--main/res/layout/fragment_edit_note.xml4
1 files changed, 2 insertions, 2 deletions
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" />
</LinearLayout> \ No newline at end of file