Renaming gesture
Bug: 111414690 Test: manual Test: ReachGesturePreferenceControllerTest, ReachGestureSettingsTest Change-Id: I34cd4aacabc912122c553bf9c955a8ca4494230b
This commit is contained in:
@@ -9579,10 +9579,10 @@
|
||||
<!-- Summary text for ambient display (device) [CHAR LIMIT=NONE]-->
|
||||
<string name="ambient_display_pickup_summary" product="device">To check time, notifications, and other info, pick up your device.</string>
|
||||
|
||||
<!-- Preference and settings suggestion title text for reach gesture [CHAR LIMIT=60]-->
|
||||
<string name="ambient_display_reach_title">Reach gesture</string>
|
||||
<!-- Preference and settings suggestion title text for gesture that shows the lock screen [CHAR LIMIT=60]-->
|
||||
<string name="ambient_display_wake_lock_screen_title">Wake lock screen gesture</string>
|
||||
<!-- Summary text for ambient display [CHAR LIMIT=NONE]-->
|
||||
<string name="ambient_display_reach_summary" product="default"></string>
|
||||
<string name="ambient_display_wake_lock_screen_summary" product="default"></string>
|
||||
|
||||
<!-- Title text for swiping downwards on fingerprint sensor for notifications [CHAR LIMIT=80]-->
|
||||
<string name="fingerprint_swipe_for_notifications_title">Swipe fingerprint for notifications</string>
|
||||
|
@@ -28,10 +28,10 @@
|
||||
settings:controller="com.android.settings.gestures.AssistGestureSettingsPreferenceController" />
|
||||
|
||||
<Preference
|
||||
android:key="gesture_reach_summary"
|
||||
android:title="@string/ambient_display_reach_title"
|
||||
android:fragment="com.android.settings.gestures.ReachGestureSettings"
|
||||
settings:controller="com.android.settings.gestures.ReachGesturePreferenceController" />
|
||||
android:key="gesture_wake_lock_screen_summary"
|
||||
android:title="@string/ambient_display_wake_lock_screen_title"
|
||||
android:fragment="com.android.settings.gestures.WakeLockScreenGestureSettings"
|
||||
settings:controller="com.android.settings.gestures.WakeLockScreenGesturePreferenceController" />
|
||||
|
||||
<Preference
|
||||
android:key="gesture_swipe_down_fingerprint_input_summary"
|
||||
|
@@ -18,20 +18,20 @@
|
||||
<PreferenceScreen
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:key="gesture_reach_screen"
|
||||
android:title="@string/ambient_display_reach_title">
|
||||
android:key="gesture_wake_lock_screen_screen"
|
||||
android:title="@string/ambient_display_wake_lock_screen_title">
|
||||
|
||||
<com.android.settings.widget.VideoPreference
|
||||
android:key="gesture_reach_video"
|
||||
app:animation="@raw/gesture_ambient_reach"
|
||||
app:preview="@drawable/gesture_ambient_reach" />
|
||||
android:key="gesture_wake_lock_screen_video"
|
||||
app:animation="@raw/gesture_ambient_wake_lock_screen"
|
||||
app:preview="@drawable/gesture_ambient_wake_lock_screen" />
|
||||
|
||||
<SwitchPreference
|
||||
android:key="gesture_reach"
|
||||
android:title="@string/ambient_display_reach_title"
|
||||
android:summary="@string/ambient_display_reach_summary"
|
||||
android:key="gesture_wake_lock_screen"
|
||||
android:title="@string/ambient_display_wake_lock_screen_title"
|
||||
android:summary="@string/ambient_display_wake_lock_screen_summary"
|
||||
app:keywords="@string/keywords_gesture"
|
||||
app:controller="com.android.settings.gestures.ReachGesturePreferenceController"
|
||||
app:controller="com.android.settings.gestures.WakeLockScreenGesturePreferenceController"
|
||||
app:allowDividerAbove="true" />
|
||||
|
||||
</PreferenceScreen>
|
Reference in New Issue
Block a user