diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-07-16 22:48:23 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-07-16 22:48:23 +0200 |
commit | 2097538559ca82d4c2336da63a5e45e10ca53af0 (patch) | |
tree | 19bb98cd736c959460c2480a8b22ee636986e77e /res/layout/file_dialog_main.xml | |
parent | 13a09df4b6d9345916431e21923eea59787500e4 (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.xml | 7 |
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 |