summaryrefslogtreecommitdiff
path: root/res/xml/display_preferences.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml/display_preferences.xml')
-rw-r--r--res/xml/display_preferences.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/res/xml/display_preferences.xml b/res/xml/display_preferences.xml
new file mode 100644
index 0000000..98407a5
--- /dev/null
+++ b/res/xml/display_preferences.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="utf-8"?>
+<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >
+
+ <PreferenceCategory>
+ <CheckBoxPreference
+ android:defaultValue="true"
+ android:key="checkboxPref"
+ android:title="Use PIN" />
+ <CheckBoxPreference
+ android:defaultValue="false"
+ android:key="checkboxPref2"
+ android:title="Don&apos;t use PIN" />
+ </PreferenceCategory>
+
+</PreferenceScreen> \ No newline at end of file