diff options
| author | Marco Jacob <mjacob@union06.de> | 2013-06-15 16:23:55 +0200 |
|---|---|---|
| committer | Marco Jacob <mjacob@union06.de> | 2013-06-26 18:08:20 +0200 |
| commit | fbc75936daaa3ea5e2596c0aa71593cbe9f33614 (patch) | |
| tree | 682973d51b4c1e1578e02ae8e690c88dbc74aeb1 /main/res/layout | |
| parent | 3d41a7c9b48fea09d6cc74cd96fa1a13b777eeb2 (diff) | |
| download | cgeo-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')
| -rw-r--r-- | main/res/layout/cachedetail_description_page.xml | 4 | ||||
| -rw-r--r-- | main/res/layout/fragment_edit_note.xml | 4 |
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 |
