Update the illustrations to Lottie format.
- Add the fake illustrations to Settings. - Update the illustrations of the following items. Adaptive battery Swipe fingerprint for notifications Quick open camera Flip camera for selfie One-hand mode Tap to check phone Lift to check phone Prevent ringing Bug: 190807662 Test: robotest and see the UI Change-Id: I39c72570c61b0871ab5949ecca9a99d5404d1811
This commit is contained in:
@@ -17,21 +17,21 @@
|
||||
|
||||
<PreferenceScreen
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:settings="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:title="@string/ambient_display_pickup_title">
|
||||
|
||||
<com.android.settings.widget.VideoPreference
|
||||
<com.android.settingslib.widget.IllustrationPreference
|
||||
android:key="gesture_pick_up_video"
|
||||
app:animation="@raw/gesture_ambient_lift"
|
||||
app:preview="@drawable/gesture_ambient_lift"
|
||||
app:controller="com.android.settings.widget.VideoPreferenceController" />
|
||||
settings:searchable="false"
|
||||
app:lottie_rawRes="@raw/lottie_lift_to_check_phone"/>
|
||||
|
||||
|
||||
<SwitchPreference
|
||||
android:key="gesture_pick_up"
|
||||
android:title="@string/ambient_display_pickup_title"
|
||||
android:summary="@string/ambient_display_pickup_summary"
|
||||
app:keywords="@string/keywords_gesture"
|
||||
app:controller="com.android.settings.gestures.PickupGesturePreferenceController"
|
||||
app:allowDividerAbove="true" />
|
||||
app:controller="com.android.settings.gestures.PickupGesturePreferenceController" />
|
||||
|
||||
</PreferenceScreen>
|
||||
|
||||
Reference in New Issue
Block a user