aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml
diff options
context:
space:
mode:
authorZeapo <mohamed@zenadi.com>2014-07-30 02:42:22 +0100
committerZeapo <mohamed@zenadi.com>2014-07-30 02:42:22 +0100
commit86ff7a660c194ed908c37344b543368a3f85d7df (patch)
tree2c6965aa1a7d257a48ecd82f736a548cdffef8a6 /app/src/main/res/xml
parent8e52356567e897707dbc7879ad46b36c15af67d6 (diff)
some visual update (fragment list is kept at position) and a preparation for decrypt activity
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r--app/src/main/res/xml/preference.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/app/src/main/res/xml/preference.xml b/app/src/main/res/xml/preference.xml
new file mode 100644
index 00000000..402a1bd3
--- /dev/null
+++ b/app/src/main/res/xml/preference.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
+
+ <PreferenceCategory android:title="Crypto">
+ <org.openintents.openpgp.util.OpenPgpListPreference
+ android:key="openpgp_provider_list"
+ android:title="Select OpenPGP Provider!" />
+ <Preference
+ android:key="openpgp_provider_demo"
+ android:title="OpenPGP Provider Demo" />
+ </PreferenceCategory>
+</PreferenceScreen> \ No newline at end of file