summaryrefslogtreecommitdiff
path: root/res/xml/clock_preferences.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml/clock_preferences.xml')
-rw-r--r--res/xml/clock_preferences.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/res/xml/clock_preferences.xml b/res/xml/clock_preferences.xml
new file mode 100644
index 0000000..76b45cb
--- /dev/null
+++ b/res/xml/clock_preferences.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >
+
+ <com.google.android.apps.adk2.widget.TimeDialogPreference
+ android:dialogLayout="@layout/time_dialog"
+ android:key="time"
+ android:negativeButtonText="@string/cancel"
+ android:positiveButtonText="@string/set"
+ android:title="@string/pref_clock_set_time_title" />
+
+</PreferenceScreen> \ No newline at end of file