aboutsummaryrefslogtreecommitdiffstats
path: root/example/src/main/res/xml/base_preference.xml
diff options
context:
space:
mode:
Diffstat (limited to 'example/src/main/res/xml/base_preference.xml')
-rw-r--r--example/src/main/res/xml/base_preference.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/example/src/main/res/xml/base_preference.xml b/example/src/main/res/xml/base_preference.xml
new file mode 100644
index 0000000..cd214f4
--- /dev/null
+++ b/example/src/main/res/xml/base_preference.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
+
+ <PreferenceCategory android:title="OpenPGP API">
+ <org.openintents.openpgp.util.OpenPgpAppPreference
+ android:key="openpgp_provider_list"
+ android:title="Select OpenPGP app!" />
+ <org.openintents.openpgp.util.OpenPgpKeyPreference
+ android:key="openpgp_key"
+ android:title="Select key!" />
+ <Preference
+ android:key="openpgp_provider_demo"
+ android:title="OpenPGP API Example" />
+ </PreferenceCategory>
+
+</PreferenceScreen> \ No newline at end of file