diff options
author | Christopher Baines <cbaines8@gmail.com> | 2012-02-02 18:39:00 +0000 |
---|---|---|
committer | Christopher Baines <cbaines8@gmail.com> | 2012-02-02 18:39:00 +0000 |
commit | 6fe849cc34a06a3f5d7662ea6a4566a870b3edfa (patch) | |
tree | b8a3afd2adff9341932f540801e1c80151d55de9 /res/xml/preferences.xml | |
parent | b47ae24a17925619029500a56998860496ce308f (diff) | |
download | southamptonuniversitymap-6fe849cc34a06a3f5d7662ea6a4566a870b3edfa.tar southamptonuniversitymap-6fe849cc34a06a3f5d7662ea6a4566a870b3edfa.tar.gz |
Improvements to the Preference management, begin allowing more bus data, need to rethink the data storage and retreval, perhaps using more semantic web stuff...
Diffstat (limited to 'res/xml/preferences.xml')
-rw-r--r-- | res/xml/preferences.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml index e0609f6..f4cdd9f 100644 --- a/res/xml/preferences.xml +++ b/res/xml/preferences.xml @@ -14,7 +14,7 @@ android:orderingFromXml="true" android:title="@string/preferences_catagory_live_bus_times" > <CheckBoxPreference - android:key="liveBusTimesEnabled" + android:key="uniLinkLiveBusTimesEnabled" android:summaryOff="@string/preferences_uni_link_live_bus_times_disabled" android:summaryOn="@string/preferences_uni_link_live_bus_times_enabled" android:title="@string/preferences_uni_link_live_bus_times" /> @@ -28,7 +28,7 @@ android:orderingFromXml="true" android:title="@string/preferences_catagory_data" > <CheckBoxPreference - android:key="NonUniLinkBusStop" + android:key="nonUniLinkBusStop" android:summaryOff="@string/preferences_non_uni_link_disabled" android:summaryOn="@string/preferences_non_uni_link_enabled" android:title="@string/preferences_non_uni_link" /> |