Update the illustration of Double-tap to check phone page.
Fix: 220076709 Test: manual test and see the UI. Change-Id: Ib1d106ab3443ab9287929a158cbf67fd9a5a5f58
This commit is contained in:
@@ -20,18 +20,15 @@
|
|||||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||||
android:title="@string/ambient_display_title">
|
android:title="@string/ambient_display_title">
|
||||||
|
|
||||||
<com.android.settings.widget.VideoPreference
|
<com.android.settingslib.widget.IllustrationPreference
|
||||||
android:key="gesture_double_tap_screen_video"
|
android:key="gesture_double_tap_screen_video"
|
||||||
app:animation="@raw/gesture_ambient_tap"
|
app:lottie_rawRes="@raw/lottie_tap_to_check_phone" />
|
||||||
app:preview="@drawable/gesture_ambient_tap"
|
|
||||||
app:controller="com.android.settings.widget.VideoPreferenceController" />
|
|
||||||
|
|
||||||
<SwitchPreference
|
<SwitchPreference
|
||||||
android:key="gesture_double_tap_screen"
|
android:key="gesture_double_tap_screen"
|
||||||
android:title="@string/ambient_display_title"
|
android:title="@string/ambient_display_title"
|
||||||
android:summary="@string/ambient_display_summary"
|
android:summary="@string/ambient_display_summary"
|
||||||
app:keywords="@string/keywords_gesture"
|
app:keywords="@string/keywords_gesture"
|
||||||
app:controller="com.android.settings.gestures.DoubleTapScreenPreferenceController"
|
app:controller="com.android.settings.gestures.DoubleTapScreenPreferenceController" />
|
||||||
app:allowDividerAbove="true" />
|
|
||||||
|
|
||||||
</PreferenceScreen>
|
</PreferenceScreen>
|
||||||
|
Reference in New Issue
Block a user