diff options
author | Christopher Baines <cbaines8@gmail.com> | 2012-02-02 13:47:55 +0000 |
---|---|---|
committer | Christopher Baines <cbaines8@gmail.com> | 2012-02-02 13:47:55 +0000 |
commit | 43dfbdb57dd39f24a824c9c33c8886481ba25cb9 (patch) | |
tree | 847ed0af60f6d96e75487e7a150d37ff0fbfd9fb /res/xml | |
parent | c6a06b18bf99c96f6aacf9edc902067e2be0473a (diff) | |
download | southamptonuniversitymap-43dfbdb57dd39f24a824c9c33c8886481ba25cb9.tar southamptonuniversitymap-43dfbdb57dd39f24a824c9c33c8886481ba25cb9.tar.gz |
Beginings of management of non Uni-Link data.
Diffstat (limited to 'res/xml')
-rw-r--r-- | res/xml/preferences.xml | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml index 8aec00c..e0609f6 100644 --- a/res/xml/preferences.xml +++ b/res/xml/preferences.xml @@ -12,12 +12,26 @@ </PreferenceCategory> <PreferenceCategory android:orderingFromXml="true" - android:title="@string/preferences_catagory_bus_times" > + android:title="@string/preferences_catagory_live_bus_times" > <CheckBoxPreference android:key="liveBusTimesEnabled" - android:summaryOff="@string/preferences_live_bus_times_disabled" - android:summaryOn="@string/preferences_live_bus_times_enabled" - android:title="@string/preferences_live_bus_times" /> + 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" /> + <CheckBoxPreference + android:key="nonUniLinkLiveBusTimesEnabled" + android:summaryOff="@string/preferences_non_uni_link_live_bus_times_disabled" + android:summaryOn="@string/preferences_non_uni_link_live_bus_times_enabled" + android:title="@string/preferences_non_uni_link_live_bus_times" /> + </PreferenceCategory> + <PreferenceCategory + android:orderingFromXml="true" + android:title="@string/preferences_catagory_data" > + <CheckBoxPreference + 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" /> </PreferenceCategory> </PreferenceScreen>
\ No newline at end of file |