diff options
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 |
