aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/layout/fragment_edit_note.xml
diff options
context:
space:
mode:
authorMarco Jacob <mjacob@union06.de>2013-06-15 16:23:55 +0200
committerMarco Jacob <mjacob@union06.de>2013-06-26 18:08:20 +0200
commitfbc75936daaa3ea5e2596c0aa71593cbe9f33614 (patch)
tree682973d51b4c1e1578e02ae8e690c88dbc74aeb1 /main/res/layout/fragment_edit_note.xml
parent3d41a7c9b48fea09d6cc74cd96fa1a13b777eeb2 (diff)
downloadcgeo-fbc75936daaa3ea5e2596c0aa71593cbe9f33614.zip
cgeo-fbc75936daaa3ea5e2596c0aa71593cbe9f33614.tar.gz
cgeo-fbc75936daaa3ea5e2596c0aa71593cbe9f33614.tar.bz2
make personalNote multiline again, upload button, merge on refresh
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