Santos Cordon | 7d4ddf6 | 2013-07-10 11:58:08 -0700 | [diff] [blame^] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- Copyright (C) 2009 The Android Open Source Project |
| 3 | |
| 4 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | you may not use this file except in compliance with the License. |
| 6 | You may obtain a copy of the License at |
| 7 | |
| 8 | http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | |
| 10 | Unless required by applicable law or agreed to in writing, software |
| 11 | distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | See the License for the specific language governing permissions and |
| 14 | limitations under the License. |
| 15 | --> |
| 16 | |
| 17 | <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" |
| 18 | xmlns:settings="http://schemas.android.com/apk/res/com.android.phone"> |
| 19 | |
| 20 | <PreferenceCategory |
| 21 | android:title="@string/cell_broadcast_sms"> |
| 22 | |
| 23 | <CheckBoxPreference |
| 24 | android:key="button_enable_disable_cell_bc_sms" |
| 25 | android:title="@string/enable_disable_cell_bc_sms" |
| 26 | android:persistent="false" |
| 27 | android:summaryOn="@string/cell_bc_sms_enable" |
| 28 | android:summaryOff="@string/cell_bc_sms_disable"/> |
| 29 | |
| 30 | </PreferenceCategory> |
| 31 | |
| 32 | <PreferenceCategory |
| 33 | android:title="@string/cb_sms_settings"> |
| 34 | |
| 35 | <ListPreference |
| 36 | android:key="list_language" |
| 37 | android:title="@string/list_language_title" |
| 38 | android:summary="@string/list_language_summary" |
| 39 | android:entries="@array/list_language_entries" |
| 40 | android:entryValues="@array/list_language_values" |
| 41 | android:dialogTitle="@string/list_language_dtitle"/> |
| 42 | |
| 43 | <CheckBoxPreference |
| 44 | android:key="button_emergency_broadcast" |
| 45 | android:title="@string/enable_disable_emergency_broadcast" |
| 46 | android:persistent="false" |
| 47 | android:summaryOn="@string/emergency_broadcast_enable" |
| 48 | android:summaryOff="@string/emergency_broadcast_disable"/> |
| 49 | |
| 50 | <CheckBoxPreference |
| 51 | android:key="button_administrative" |
| 52 | android:title="@string/enable_disable_administrative" |
| 53 | android:persistent="false" |
| 54 | android:summaryOn="@string/administrative_enable" |
| 55 | android:summaryOff="@string/administrative_disable"/> |
| 56 | |
| 57 | <CheckBoxPreference |
| 58 | android:key="button_maintenance" |
| 59 | android:title="@string/enable_disable_maintenance" |
| 60 | android:persistent="false" |
| 61 | android:summaryOn="@string/maintenance_enable" |
| 62 | android:summaryOff="@string/maintenance_disable"/> |
| 63 | |
| 64 | <CheckBoxPreference |
| 65 | android:key="button_local_weather" |
| 66 | android:title="@string/enable_disable_local_weather" |
| 67 | android:persistent="false" |
| 68 | android:summaryOn="@string/local_weather_enable" |
| 69 | android:summaryOff="@string/local_weather_disable"/> |
| 70 | |
| 71 | <CheckBoxPreference |
| 72 | android:key="button_atr" |
| 73 | android:title="@string/enable_disable_atr" |
| 74 | android:persistent="false" |
| 75 | android:summaryOn="@string/atr_enable" |
| 76 | android:summaryOff="@string/atr_disable"/> |
| 77 | |
| 78 | <CheckBoxPreference |
| 79 | android:key="button_lafs" |
| 80 | android:title="@string/enable_disable_lafs" |
| 81 | android:persistent="false" |
| 82 | android:summaryOn="@string/lafs_enable" |
| 83 | android:summaryOff="@string/lafs_disable"/> |
| 84 | |
| 85 | <CheckBoxPreference |
| 86 | android:key="button_restaurants" |
| 87 | android:title="@string/enable_disable_restaurants" |
| 88 | android:persistent="false" |
| 89 | android:summaryOn="@string/restaurants_enable" |
| 90 | android:summaryOff="@string/restaurants_disable"/> |
| 91 | |
| 92 | <CheckBoxPreference |
| 93 | android:key="button_lodgings" |
| 94 | android:title="@string/enable_disable_lodgings" |
| 95 | android:persistent="false" |
| 96 | android:summaryOn="@string/lodgings_enable" |
| 97 | android:summaryOff="@string/lodgings_disable"/> |
| 98 | |
| 99 | <CheckBoxPreference |
| 100 | android:key="button_retail_directory" |
| 101 | android:title="@string/enable_disable_retail_directory" |
| 102 | android:persistent="false" |
| 103 | android:summaryOn="@string/retail_directory_enable" |
| 104 | android:summaryOff="@string/retail_directory_disable"/> |
| 105 | |
| 106 | <CheckBoxPreference |
| 107 | android:key="button_advertisements" |
| 108 | android:title="@string/enable_disable_advertisements" |
| 109 | android:persistent="false" |
| 110 | android:summaryOn="@string/advertisements_enable" |
| 111 | android:summaryOff="@string/advertisements_disable"/> |
| 112 | |
| 113 | <CheckBoxPreference |
| 114 | android:key="button_stock_quotes" |
| 115 | android:title="@string/enable_disable_stock_quotes" |
| 116 | android:persistent="false" |
| 117 | android:summaryOn="@string/stock_quotes_enable" |
| 118 | android:summaryOff="@string/stock_quotes_disable"/> |
| 119 | |
| 120 | <CheckBoxPreference |
| 121 | android:key="button_eo" |
| 122 | android:title="@string/enable_disable_eo" |
| 123 | android:persistent="false" |
| 124 | android:summaryOn="@string/eo_enable" |
| 125 | android:summaryOff="@string/eo_disable"/> |
| 126 | |
| 127 | <CheckBoxPreference |
| 128 | android:key="button_mhh" |
| 129 | android:title="@string/enable_disable_mhh" |
| 130 | android:persistent="false" |
| 131 | android:summaryOn="@string/mhh_enable" |
| 132 | android:summaryOff="@string/mhh_disable"/> |
| 133 | |
| 134 | <CheckBoxPreference |
| 135 | android:key="button_technology_news" |
| 136 | android:title="@string/enable_disable_technology_news" |
| 137 | android:persistent="false" |
| 138 | android:summaryOn="@string/technology_news_enable" |
| 139 | android:summaryOff="@string/technology_news_disable"/> |
| 140 | |
| 141 | <CheckBoxPreference |
| 142 | android:key="button_multi_category" |
| 143 | android:title="@string/enable_disable_multi_category" |
| 144 | android:persistent="false" |
| 145 | android:summaryOn="@string/multi_category_enable" |
| 146 | android:summaryOff="@string/multi_category_disable"/> |
| 147 | |
| 148 | </PreferenceCategory> |
| 149 | |
| 150 | <PreferenceCategory |
| 151 | android:title="@string/general_news_settings"> |
| 152 | |
| 153 | <CheckBoxPreference |
| 154 | android:key="button_local_general_news" |
| 155 | android:title="@string/enable_disable_local" |
| 156 | android:persistent="false" |
| 157 | android:summaryOn="@string/local_enable" |
| 158 | android:summaryOff="@string/local_disable"/> |
| 159 | |
| 160 | <CheckBoxPreference |
| 161 | android:key="button_regional_general_news" |
| 162 | android:title="@string/enable_disable_regional" |
| 163 | android:persistent="false" |
| 164 | android:summaryOn="@string/regional_enable" |
| 165 | android:summaryOff="@string/regional_disable"/> |
| 166 | |
| 167 | <CheckBoxPreference |
| 168 | android:key="button_national_general_news" |
| 169 | android:title="@string/enable_disable_national" |
| 170 | android:persistent="false" |
| 171 | android:summaryOn="@string/national_enable" |
| 172 | android:summaryOff="@string/national_disable"/> |
| 173 | |
| 174 | <CheckBoxPreference |
| 175 | android:key="button_international_general_news" |
| 176 | android:title="@string/enable_disable_international" |
| 177 | android:persistent="false" |
| 178 | android:summaryOn="@string/international_enable" |
| 179 | android:summaryOff="@string/international_disable"/> |
| 180 | <!-- |
| 181 | <ListPreference |
| 182 | android:key="list_general_news" |
| 183 | android:title="@string/general_news_title" |
| 184 | android:summary="@string/general_news_summary" |
| 185 | android:entries="@array/general_news_entries" |
| 186 | android:entryValues="@array/general_news_entryvalues" |
| 187 | android:dialogTitle="@string/general_news_dialogtitle"/> --> |
| 188 | |
| 189 | </PreferenceCategory> |
| 190 | |
| 191 | <PreferenceCategory |
| 192 | android:title="@string/bf_news_settings"> |
| 193 | |
| 194 | <CheckBoxPreference |
| 195 | android:key="button_local_bf_news" |
| 196 | android:title="@string/enable_disable_local" |
| 197 | android:persistent="false" |
| 198 | android:summaryOn="@string/local_enable" |
| 199 | android:summaryOff="@string/local_disable"/> |
| 200 | |
| 201 | <CheckBoxPreference |
| 202 | android:key="button_regional_bf_news" |
| 203 | android:title="@string/enable_disable_regional" |
| 204 | android:persistent="false" |
| 205 | android:summaryOn="@string/regional_enable" |
| 206 | android:summaryOff="@string/regional_disable"/> |
| 207 | |
| 208 | <CheckBoxPreference |
| 209 | android:key="button_national_bf_news" |
| 210 | android:title="@string/enable_disable_national" |
| 211 | android:persistent="false" |
| 212 | android:summaryOn="@string/national_enable" |
| 213 | android:summaryOff="@string/national_disable"/> |
| 214 | |
| 215 | <CheckBoxPreference |
| 216 | android:key="button_international_bf_news" |
| 217 | android:title="@string/enable_disable_international" |
| 218 | android:persistent="false" |
| 219 | android:summaryOn="@string/international_enable" |
| 220 | android:summaryOff="@string/international_disable"/> |
| 221 | |
| 222 | <!-- |
| 223 | <ListPreference |
| 224 | android:key="list_bf" |
| 225 | android:title="@string/bf_news_title" |
| 226 | android:summary="@string/bf_news_summary" |
| 227 | android:entries="@array/bf_news_entries" |
| 228 | android:entryValues="@array/bf_news_entryvalues" |
| 229 | android:dialogTitle="@string/bf_news_dialogtitle"/> --> |
| 230 | |
| 231 | </PreferenceCategory> |
| 232 | |
| 233 | <PreferenceCategory |
| 234 | android:title="@string/sports_news_settings"> |
| 235 | |
| 236 | <CheckBoxPreference |
| 237 | android:key="button_local_sports_news" |
| 238 | android:title="@string/enable_disable_local" |
| 239 | android:persistent="false" |
| 240 | android:summaryOn="@string/local_enable" |
| 241 | android:summaryOff="@string/local_disable"/> |
| 242 | |
| 243 | <CheckBoxPreference |
| 244 | android:key="button_regional_sports_news" |
| 245 | android:title="@string/enable_disable_regional" |
| 246 | android:persistent="false" |
| 247 | android:summaryOn="@string/regional_enable" |
| 248 | android:summaryOff="@string/regional_disable"/> |
| 249 | |
| 250 | <CheckBoxPreference |
| 251 | android:key="button_national_sports_news" |
| 252 | android:title="@string/enable_disable_national" |
| 253 | android:persistent="false" |
| 254 | android:summaryOn="@string/national_enable" |
| 255 | android:summaryOff="@string/national_disable"/> |
| 256 | |
| 257 | <CheckBoxPreference |
| 258 | android:key="button_international_sports_news" |
| 259 | android:title="@string/enable_disable_international" |
| 260 | android:persistent="false" |
| 261 | android:summaryOn="@string/international_enable" |
| 262 | android:summaryOff="@string/international_disable"/> |
| 263 | |
| 264 | <!-- |
| 265 | <ListPreference |
| 266 | android:key="list_sports_news" |
| 267 | android:title="@string/sports_news_title" |
| 268 | android:summary="@string/sports_news_summary" |
| 269 | android:entries="@array/sports_news_entries" |
| 270 | android:entryValues="@array/sports_news_entryvalues" |
| 271 | android:dialogTitle="@string/sports_news_dialogtitle"/> --> |
| 272 | |
| 273 | </PreferenceCategory> |
| 274 | |
| 275 | <PreferenceCategory |
| 276 | android:title="@string/entertainment_news_settings"> |
| 277 | |
| 278 | <CheckBoxPreference |
| 279 | android:key="button_local_entertainment_news" |
| 280 | android:title="@string/enable_disable_local" |
| 281 | android:persistent="false" |
| 282 | android:summaryOn="@string/local_enable" |
| 283 | android:summaryOff="@string/local_disable"/> |
| 284 | |
| 285 | <CheckBoxPreference |
| 286 | android:key="button_regional_entertainment_news" |
| 287 | android:title="@string/enable_disable_regional" |
| 288 | android:persistent="false" |
| 289 | android:summaryOn="@string/regional_enable" |
| 290 | android:summaryOff="@string/regional_disable"/> |
| 291 | |
| 292 | <CheckBoxPreference |
| 293 | android:key="button_national_entertainment_news" |
| 294 | android:title="@string/enable_disable_national" |
| 295 | android:persistent="false" |
| 296 | android:summaryOn="@string/national_enable" |
| 297 | android:summaryOff="@string/national_disable"/> |
| 298 | |
| 299 | <CheckBoxPreference |
| 300 | android:key="button_international_entertainment_news" |
| 301 | android:title="@string/enable_disable_international" |
| 302 | android:persistent="false" |
| 303 | android:summaryOn="@string/international_enable" |
| 304 | android:summaryOff="@string/international_disable"/> |
| 305 | |
| 306 | <!-- |
| 307 | <ListPreference |
| 308 | android:key="list_entertainment_news" |
| 309 | android:title="@string/entertainment_news_title" |
| 310 | android:summary="@string/entertainment_news_summary" |
| 311 | android:entries="@array/entertainment_news_entries" |
| 312 | android:entryValues="@array/entertainment_news_entryvalues" |
| 313 | android:dialogTitle="@string/entertainment_news_dialogtitle"/> --> |
| 314 | |
| 315 | </PreferenceCategory> |
| 316 | |
| 317 | </PreferenceScreen> |