From e83a5311aed0671c044287ca571cb88fe2bcd522 Mon Sep 17 00:00:00 2001 From: Thialfihar Date: Wed, 28 Apr 2010 23:35:11 +0000 Subject: add preferences, use them where applicable --- res/layout/encrypt_file.xml | 63 +++++++++++++----------- res/layout/preferences.xml | 114 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 148 insertions(+), 29 deletions(-) create mode 100644 res/layout/preferences.xml (limited to 'res/layout') diff --git a/res/layout/encrypt_file.xml b/res/layout/encrypt_file.xml index ce685e644..3ea2f06ac 100644 --- a/res/layout/encrypt_file.xml +++ b/res/layout/encrypt_file.xml @@ -65,14 +65,15 @@ android:layout_height="wrap_content" android:orientation="horizontal"> - + - + - + - - - + + + diff --git a/res/layout/preferences.xml b/res/layout/preferences.xml new file mode 100644 index 000000000..0bf579099 --- /dev/null +++ b/res/layout/preferences.xml @@ -0,0 +1,114 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3