|
32 | 32 | <PreferenceScreen |
33 | 33 | android:icon="@drawable/ic_assistant_no_shadow" |
34 | 34 | android:key="pref_smartspace_screen" |
| 35 | + android:summary="@string/at_a_glance_summary" |
35 | 36 | android:title="@string/at_a_glance_category"> |
36 | 37 |
|
37 | 38 | <SwitchPreference |
|
72 | 73 | <PreferenceScreen |
73 | 74 | android:icon="@drawable/ic_rss_feed_no_shadow" |
74 | 75 | android:key="pref_feed_screen" |
| 76 | + android:summary="@string/feed_summary" |
75 | 77 | android:title="@string/feed_category"> |
76 | 78 |
|
77 | 79 | <SwitchPreference |
|
96 | 98 | <PreferenceScreen |
97 | 99 | android:icon="@drawable/ic_search_no_shadow" |
98 | 100 | android:key="pref_search_screen" |
| 101 | + android:summary="@string/search_summary" |
99 | 102 | android:title="@string/search_category"> |
100 | 103 |
|
101 | 104 | <PreferenceCategory |
|
173 | 176 | <PreferenceScreen |
174 | 177 | android:icon="@drawable/ic_palette_no_shadow" |
175 | 178 | android:key="pref_look_and_feel_screen" |
| 179 | + android:summary="@string/look_and_feel_summary" |
176 | 180 | android:title="@string/look_and_feel_category"> |
177 | 181 |
|
178 | 182 | <PreferenceCategory |
|
280 | 284 | <PreferenceScreen |
281 | 285 | android:icon="@drawable/ic_edit_black_no_shadow" |
282 | 286 | android:key="pref_edit_apps_screen" |
| 287 | + android:summary="@string/edit_apps_summary" |
283 | 288 | android:title="@string/edit_apps_category"> |
284 | 289 |
|
285 | 290 | <PreferenceCategory |
|
380 | 385 | <PreferenceScreen |
381 | 386 | android:icon="@drawable/ic_gesture_no_shadow" |
382 | 387 | android:key="pref_gestures" |
| 388 | + android:summary="@string/gestures_and_actions_summary" |
383 | 389 | android:title="@string/gestures_and_actions"> |
384 | 390 |
|
385 | 391 | <PreferenceCategory |
|
444 | 450 | <PreferenceScreen |
445 | 451 | android:icon="@drawable/ic_shortcut_no_shadow" |
446 | 452 | android:key="pref_shortcut_screen" |
| 453 | + android:summary="@string/shortcuts_summary" |
447 | 454 | android:title="@string/shortcuts_title"> |
448 | 455 |
|
449 | 456 | <PreferenceCategory |
|
493 | 500 | <PreferenceScreen |
494 | 501 | android:icon="@drawable/ic_dashboard_no_shadow" |
495 | 502 | android:key="pref_other_screen" |
| 503 | + android:summary="@string/other_summary" |
496 | 504 | android:title="@string/other_category"> |
497 | 505 |
|
498 | 506 | <SwitchPreference |
|
534 | 542 | <PreferenceScreen |
535 | 543 | android:icon="@drawable/ic_info_outline_no_shadow" |
536 | 544 | android:key="pref_about_screen" |
| 545 | + android:summary="@string/about_summary" |
537 | 546 | android:title="@string/about"> |
538 | 547 |
|
539 | 548 | <Preference |
|
0 commit comments