summaryrefslogtreecommitdiff
path: root/res/layout/file_dialog_main.xml
diff options
context:
space:
mode:
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