Merge "Improve titles"

This commit is contained in:
Fabrice Di Meglio
2014-02-18 21:37:46 +00:00
committed by Android (Google) Code Review
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" <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings" xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
android:title="@string/accessibility_settings_title"> android:title="@string/accessibility_settings">
<PreferenceCategory <PreferenceCategory
android:key="services_category" android:key="services_category"

View File

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

View File

@@ -15,7 +15,7 @@
--> -->
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" <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 --> <!-- 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" <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"> android:key="app_list">
<Preference <Preference
style="?android:attr/preferenceInformationStyle" style="?android:attr/preferenceInformationStyle"

View File

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

View File

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