aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/layout
diff options
context:
space:
mode:
authorMarco Jacob <mjacob@union06.de>2013-06-27 11:08:14 -0700
committerMarco Jacob <mjacob@union06.de>2013-06-27 11:08:14 -0700
commit27fbd56949e1dbb4471c147069f74620e7f54b4d (patch)
tree6248b5c4637dba93e1c211ad5bfec08a736233d8 /main/res/layout
parentdc53fa7be33f3052e39952112679c7b0e0b3b324 (diff)
parentfbc75936daaa3ea5e2596c0aa71593cbe9f33614 (diff)
downloadcgeo-27fbd56949e1dbb4471c147069f74620e7f54b4d.zip
cgeo-27fbd56949e1dbb4471c147069f74620e7f54b4d.tar.gz
cgeo-27fbd56949e1dbb4471c147069f74620e7f54b4d.tar.bz2
Merge pull request #2893 from marco-jacob/fixPersonalNoteFinal
make personalNote multiline, upload on OK and merge on refresh
Diffstat (limited to 'main/res/layout')
-rw-r--r--main/res/layout/cachedetail_description_page.xml4
-rw-r--r--main/res/layout/fragment_edit_note.xml4
2 files changed, 6 insertions, 2 deletions
diff --git a/main/res/layout/cachedetail_description_page.xml b/main/res/layout/cachedetail_description_page.xml
index 5c05c20..8325798 100644
--- a/main/res/layout/cachedetail_description_page.xml
+++ b/main/res/layout/cachedetail_description_page.xml
@@ -134,6 +134,10 @@
android:id="@+id/edit_personalnote"
style="@style/button_small"
android:text="@string/cache_personal_note_edit" />
+ <Button
+ android:id="@+id/upload_personalnote"
+ style="@style/button_small"
+ android:text="@string/cache_personal_note_upload" />
</LinearLayout>
</LinearLayout>
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