summaryrefslogtreecommitdiff
path: root/res/xml/brightness_preferences.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml/brightness_preferences.xml')
-rw-r--r--res/xml/brightness_preferences.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/res/xml/brightness_preferences.xml b/res/xml/brightness_preferences.xml
new file mode 100644
index 0000000..5e09845
--- /dev/null
+++ b/res/xml/brightness_preferences.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:adk2012="http://schemas.android.com/apk/res/com.google.android.apps.adk2" >
+
+ <com.google.android.apps.adk2.widget.SeekBarPreference
+ adk2012:max="255"
+ android:key="brightness" />
+
+</PreferenceScreen> \ No newline at end of file