summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorAmith Yamasani <yamasani@google.com>2011-07-28 12:14:47 -0700
committerAmith Yamasani <yamasani@google.com>2011-07-28 12:25:58 -0700
commitc81c2573cd0ceb0ec9d4aa75092ce96ccf59b7e4 (patch)
tree9be8d6c18e60addec76a1b63d5f8fb308e2ca173 /res/xml
parent95ce1898c53253283a6cb6841e2d348285abaa84 (diff)
downloadpackages_apps_Settings-c81c2573cd0ceb0ec9d4aa75092ce96ccf59b7e4.zip
packages_apps_Settings-c81c2573cd0ceb0ec9d4aa75092ce96ccf59b7e4.tar.gz
packages_apps_Settings-c81c2573cd0ceb0ec9d4aa75092ce96ccf59b7e4.tar.bz2
Limit the list of settings that can have shortcuts on home.
Updated some strings as well, to be shorter. Bug: 5087499 Bug: 5082543 Change-Id: I1b38ceda377a6cf9fcb6cd000af2ec0c96b243bb
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/settings_headers.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/xml/settings_headers.xml b/res/xml/settings_headers.xml
index cd6191f..40e1880 100644
--- a/res/xml/settings_headers.xml
+++ b/res/xml/settings_headers.xml
@@ -66,14 +66,14 @@
android:id="@+id/sound_settings"
android:icon="@drawable/ic_settings_sound"
android:fragment="com.android.settings.SoundSettings"
- android:title="@string/sound_settings_title" />
+ android:title="@string/sound_settings" />
<!-- Display -->
<header
android:id="@+id/display_settings"
android:icon="@drawable/ic_settings_display"
android:fragment="com.android.settings.DisplaySettings"
- android:title="@string/display_settings_title" />
+ android:title="@string/display_settings" />
<!-- Storage -->
<header