From 6607d4920274185d57013aa9c506eb8f6ed50b73 Mon Sep 17 00:00:00 2001 From: Doris Ling Date: Fri, 8 Jul 2016 12:42:13 -0700 Subject: [PATCH] Change gesture settings for Ambient Display from nudge to double tap. Change the description text and animation video to double tap the device instead of nudge movement. Also update the summary text in Display->Ambient Display to match the gesture description. Bug: 30034987 Change-Id: If95e7a417b472dd677174a8187a83594e06e0eee --- res/values/strings.xml | 8 ++++---- res/xml/display_settings.xml | 2 +- res/xml/gesture_settings.xml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/res/values/strings.xml b/res/values/strings.xml index 369210fb9aa..5581395f852 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -7656,25 +7656,25 @@ Jump to Camera - To quickly open camera, just double-tap the power button. Works from any screen. + To quickly open camera, just double-tap the power button. Works from any screen Flip camera - To switch between front and back cameras, double-twist. + To switch between front and back cameras, double-twist Quick screen check - To check your phone without waking it up fully, nudge or pick it up. + To check your phone without waking it up, double-tap the screen or raise the device Swipe for notifications - To check your notifications from any screen, swipe down on the fingerprint sensor. + To check your notifications from any screen, swipe down on the fingerprint sensor On diff --git a/res/xml/display_settings.xml b/res/xml/display_settings.xml index b540c8fecdf..b34ef88b03d 100644 --- a/res/xml/display_settings.xml +++ b/res/xml/display_settings.xml @@ -75,7 +75,7 @@ diff --git a/res/xml/gesture_settings.xml b/res/xml/gesture_settings.xml index 5adc311e52c..78f65a6306f 100644 --- a/res/xml/gesture_settings.xml +++ b/res/xml/gesture_settings.xml @@ -41,6 +41,6 @@ android:key="gesture_pick_up_and_nudge" android:title="@string/ambient_display_title" android:summary="@string/ambient_display_summary" - settings:animation="@raw/gesture_ambient_move_lift"/> + settings:animation="@raw/gesture_ambient_tap"/> \ No newline at end of file