summaryrefslogtreecommitdiff
path: root/res/xml/color_preferences.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml/color_preferences.xml')
-rw-r--r--res/xml/color_preferences.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/res/xml/color_preferences.xml b/res/xml/color_preferences.xml
new file mode 100644
index 0000000..84be4e3
--- /dev/null
+++ b/res/xml/color_preferences.xml
@@ -0,0 +1,14 @@
+<?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.ActivityPreference
+ adk2012:classname="com.google.android.apps.adk2.activity.ColorRGBActivity"
+ android:key="color"
+ android:title="@string/pref_color_base" />
+ <com.google.android.apps.adk2.widget.ActivityPreference
+ adk2012:classname="com.google.android.apps.adk2.activity.ColorSensorActivity"
+ android:key="color"
+ android:title="@string/pref_color_colorimeter" />
+
+</PreferenceScreen> \ No newline at end of file