From 75097c13706fa757395bf9bc4164109cd33d3890 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C6=B0ng=20Phan?= Date: Sun, 28 Aug 2022 09:34:18 +0700 Subject: [PATCH] Cherish:Move double tap gestures to statusbar/lockscreen MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Hưng Phan --- res/values/cherish_strings.xml | 1 + res/xml/cherish_settings_gestures.xml | 12 ------------ res/xml/cherish_settings_lockscreen.xml | 11 +++++++++++ res/xml/cherish_settings_statusbar.xml | 12 ++++++++++++ 4 files changed, 24 insertions(+), 12 deletions(-) diff --git a/res/values/cherish_strings.xml b/res/values/cherish_strings.xml index 97db634..12f5023 100644 --- a/res/values/cherish_strings.xml +++ b/res/values/cherish_strings.xml @@ -167,6 +167,7 @@ Double tap on the status bar to put the device to sleep + Gestures Lockscreen double tap to sleep Double tap anywhere on the lockscreen to put the device to sleep diff --git a/res/xml/cherish_settings_gestures.xml b/res/xml/cherish_settings_gestures.xml index 98211da..e72f6a0 100644 --- a/res/xml/cherish_settings_gestures.xml +++ b/res/xml/cherish_settings_gestures.xml @@ -17,17 +17,5 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:title="@string/gestures_title" xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"> - - - - diff --git a/res/xml/cherish_settings_lockscreen.xml b/res/xml/cherish_settings_lockscreen.xml index b5cd60f..dbe4a3b 100644 --- a/res/xml/cherish_settings_lockscreen.xml +++ b/res/xml/cherish_settings_lockscreen.xml @@ -18,6 +18,17 @@ android:title="@string/lockscreen_title" xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"> + + + + + + diff --git a/res/xml/cherish_settings_statusbar.xml b/res/xml/cherish_settings_statusbar.xml index 690bc20..7f5b87a 100644 --- a/res/xml/cherish_settings_statusbar.xml +++ b/res/xml/cherish_settings_statusbar.xml @@ -15,6 +15,18 @@ android:title="@string/statusbar_title" xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"> + + + + + + +