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 +++++++++++++++++++++-------- res/values/strings.xml | 1 + 2 files changed, 22 insertions(+), 8 deletions(-) (limited to 'res') 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"> - + + + + + + diff --git a/res/values/strings.xml b/res/values/strings.xml index 8c08b7ec3..c9f35824c 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -97,6 +97,7 @@ Public Key(s) Delete After Encryption Delete After Decryption + Delete After Import Encryption Algorithm Hash Algorithm Public Key -- cgit v1.2.3