aboutsummaryrefslogtreecommitdiff
path: root/res/xml/preferences.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml/preferences.xml')
-rw-r--r--res/xml/preferences.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
new file mode 100644
index 0000000..51f176c
--- /dev/null
+++ b/res/xml/preferences.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >
+
+ <PreferenceCategory
+ android:orderingFromXml="true"
+ android:title="@string/preferences_catagory_positioning" >
+ <CheckBoxPreference
+ android:key="GPSEnabled"
+ android:summaryOff="@string/preferences_gps_disabled"
+ android:summaryOn="@string/preferences_gps_enabled"
+ android:title="GPS" />
+ </PreferenceCategory>
+ <PreferenceCategory
+ android:orderingFromXml="true"
+ android:title="@string/preferences_catagory_bus_times" >
+ <CheckBoxPreference
+ android:key="liveBusTimesEnabled"
+ android:summaryOff="@string/preferences_live_bus_times_disabled"
+ android:summaryOn="@string/preferences_live_bus_times_enabled"
+ android:title="Live Bus Times" />
+ </PreferenceCategory>
+
+</PreferenceScreen> \ No newline at end of file