summaryrefslogtreecommitdiff
path: root/res/layout/file_dialog_main.xml
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2012-07-16 22:48:23 +0200
committerArne Schwabe <arne@rfc2549.org>2012-07-16 22:48:23 +0200
commit7fe13897bf2ba07ac553b3a47cb5cf66c766f67d (patch)
tree9bb92da49f80b3d529036024a9f503432fb18027 /res/layout/file_dialog_main.xml
parente403b89f57559a602f257a1c80a81958963f0c56 (diff)
Start work on clear setting for file dialog
Add a quick start quide stating the obvious (*sigh*)
Diffstat (limited to 'res/layout/file_dialog_main.xml')
-rw-r--r--res/layout/file_dialog_main.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/layout/file_dialog_main.xml b/res/layout/file_dialog_main.xml
index 68af9b18..2a623dc6 100644
--- a/res/layout/file_dialog_main.xml
+++ b/res/layout/file_dialog_main.xml
@@ -25,6 +25,13 @@
android:layout_height="wrap_content"
android:text="@string/select_file" >
</Button>
+
+ <Button
+ android:id="@+id/fdClear"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:text="@string/clear" >
+ </Button>
</LinearLayout>
<LinearLayout