From c4f12f6de27ad98c4dcf7ebf3e6ef1923abef0ec Mon Sep 17 00:00:00 2001 From: Shawn Ding Date: Fri, 16 Mar 2018 17:37:49 +0800 Subject: [PATCH] Update "Vibrate on tap" string Update string "Vibrate on tap" to "Touch vibration" ,and add subtitle "Haptic feedback for tap, keyboard, and more" into the current vibration setting. Change-Id: I333a10080d170b7305b7e995e703c40130d0348f Fixes: 74264519 Test: Manual test --- res/values/strings.xml | 5 ++++- res/xml/other_sound_settings.xml | 3 ++- res/xml/sound_settings.xml | 3 ++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/res/values/strings.xml b/res/values/strings.xml index 978c2947faf..ebe285d7579 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -6881,7 +6881,10 @@ Touch sounds - Vibrate on tap + Touch vibration + + + Haptic feedback for tap, keyboard, and more Dock speaker plays diff --git a/res/xml/other_sound_settings.xml b/res/xml/other_sound_settings.xml index 6eca62cd289..7b3f362eec8 100644 --- a/res/xml/other_sound_settings.xml +++ b/res/xml/other_sound_settings.xml @@ -47,7 +47,8 @@ + android:title="@string/vibrate_on_touch_title" + android:summary="@string/vibrate_on_touch_summary" /> + android:title="@string/vibrate_on_touch_title" + android:summary="@string/vibrate_on_touch_summary" />