Merge "Update the illustrations of camera gestures." into sc-dev am: 38f6a9738f
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15151591 Change-Id: Id6491bd488ce7d8d1d279160743425b7baf5bbee
This commit is contained in:
3
res/drawable/flip_camera_for_selfie.xml
Normal file
3
res/drawable/flip_camera_for_selfie.xml
Normal file
@@ -0,0 +1,3 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape>
|
||||
</shape>
|
3
res/drawable/quickly_open_camera.xml
Normal file
3
res/drawable/quickly_open_camera.xml
Normal file
@@ -0,0 +1,3 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape>
|
||||
</shape>
|
@@ -24,7 +24,7 @@
|
||||
<com.android.settingslib.widget.IllustrationPreference
|
||||
android:key="gesture_double_tap_power_video"
|
||||
settings:searchable="false"
|
||||
app:lottie_rawRes="@raw/lottie_quick_open_camera"/>
|
||||
app:lottie_rawRes="@drawable/quickly_open_camera"/>
|
||||
|
||||
<SwitchPreference
|
||||
android:key="gesture_double_tap_power"
|
||||
|
@@ -24,7 +24,7 @@
|
||||
<com.android.settingslib.widget.IllustrationPreference
|
||||
android:key="gesture_double_twist_video"
|
||||
settings:searchable="false"
|
||||
app:lottie_rawRes="@raw/lottie_flip_camera_for_selfie"/>
|
||||
app:lottie_rawRes="@drawable/flip_camera_for_selfie"/>
|
||||
|
||||
<SwitchPreference
|
||||
android:key="gesture_double_twist"
|
||||
|
Reference in New Issue
Block a user