From 368f0a122f242e5de75dd48c245e480a928384e1 Mon Sep 17 00:00:00 2001 From: Thialfihar Date: Mon, 26 Jul 2010 21:57:28 +0000 Subject: added an optional checkbox to the file dialog, can be used for instance to optionally delete files after importing them, and is used for that, also rearranged the option menu items for the main activity a little Update issue 39 Added a new string: Delete After Import --- res/layout/file_dialog.xml | 29 +++++++++++++++++++++-------- 1 file changed, 21 insertions(+), 8 deletions(-) (limited to 'res/layout') diff --git a/res/layout/file_dialog.xml b/res/layout/file_dialog.xml index c42d2636e..bc5a2a214 100644 --- a/res/layout/file_dialog.xml +++ b/res/layout/file_dialog.xml @@ -18,19 +18,32 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="wrap_content" - android:orientation="horizontal" + android:orientation="vertical" android:paddingLeft="5dip" android:paddingRight="5dip"> - + android:orientation="horizontal"> - + + + + + + -- cgit v1.2.3