Improve titles

- makes titles consistent with what is shown into the Drawer and
defined into the PreferenceScreen files

Change-Id: I6077d947b3afcc63bfbe9c78b973709778064f9b
This commit is contained in:
Fabrice Di Meglio
2014-02-13 18:49:50 -08:00
parent a7ad619af4
commit c169ee6fdc
6 changed files with 6 additions and 6 deletions

View File

@@ -16,7 +16,7 @@
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
android:title="@string/accessibility_settings_title">
android:title="@string/accessibility_settings">
<PreferenceCategory
android:key="services_category"

View File

@@ -22,7 +22,7 @@
-->
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
android:title="@string/applications_settings_header"
android:title="@string/applications_settings"
android:summary="@string/applications_settings_summary"
android:key="applications_settings">

View File

@@ -15,7 +15,7 @@
-->
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
android:title="@string/storage_settings_title">
android:title="@string/storage_settings">
<!-- Preference categories are dynamically created based on the list of available storage volumes -->

View File

@@ -15,7 +15,7 @@
-->
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
android:title="@string/battery_since_unplugged"
android:title="@string/power_usage_summary_title"
android:key="app_list">
<Preference
style="?android:attr/preferenceInformationStyle"

View File

@@ -15,6 +15,6 @@
-->
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
android:title="@string/wifi_settings_category">
android:title="@string/wifi_settings">
</PreferenceScreen>

View File

@@ -15,7 +15,7 @@
-->
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
android:title="@string/wireless_networks_settings_title">
android:title="@string/radio_controls_title">
<CheckBoxPreference
android:key="toggle_airplane"