aboutsummaryrefslogtreecommitdiffstats
path: root/templates/other/Daydream/root/res/xml/dream_prefs.xml
diff options
context:
space:
mode:
Diffstat (limited to 'templates/other/Daydream/root/res/xml/dream_prefs.xml')
-rw-r--r--templates/other/Daydream/root/res/xml/dream_prefs.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/other/Daydream/root/res/xml/dream_prefs.xml b/templates/other/Daydream/root/res/xml/dream_prefs.xml
new file mode 100644
index 0000000..997e5b2
--- /dev/null
+++ b/templates/other/Daydream/root/res/xml/dream_prefs.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >
+
+ <EditTextPreference
+ android:key="@string/pref_dream_text_key"
+ android:title="@string/pref_dream_text_title"
+ android:defaultValue="@string/pref_dream_text_default" />
+
+</PreferenceScreen>