From 16d91c19dcabea63f38757ab5cafb56c29ad22e8 Mon Sep 17 00:00:00 2001 From: Daisuke Miyakawa Date: Fri, 11 May 2012 17:54:42 -0700 Subject: [PATCH] Modify menu layout for sound setting - Move notification setting to "System" section - Modify strings for category titles - Change strings' names too to reflect their contents -- sound_category_calls_and_notification_title -> sound_category_call_ringtone_vibrate_title -- soud_category_feedback_title -> sound_category_system_title Bug: 6036529 Change-Id: I7aaa83571ae3d69212e9debaec4f3b4ec60a281c --- res/values/strings.xml | 10 ++++++++-- res/xml/sound_settings.xml | 18 +++++++++--------- 2 files changed, 17 insertions(+), 11 deletions(-) diff --git a/res/values/strings.xml b/res/values/strings.xml index dc4fe6741b..948a69e3a0 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -3352,9 +3352,15 @@ Untitled General - Ringtone & notifications Notifications - System + + + Call ringtone & vibrate + + + System diff --git a/res/xml/sound_settings.xml b/res/xml/sound_settings.xml index e9c9a6133e..a1252a1f25 100644 --- a/res/xml/sound_settings.xml +++ b/res/xml/sound_settings.xml @@ -41,7 +41,7 @@ + android:title="@string/sound_category_call_ringtone_vibrate_title"/> - - + android:title="@string/sound_category_system_title"/> + +