Merge "Improve titles"
This commit is contained in:
committed by
Android (Google) Code Review
commit
86a2556aa7
@@ -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"
|
||||||
|
@@ -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">
|
||||||
|
|
||||||
|
@@ -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 -->
|
||||||
|
|
||||||
|
@@ -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"
|
||||||
|
@@ -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>
|
||||||
|
@@ -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"
|
||||||
|
Reference in New Issue
Block a user