Update the illustrations of camera gestures.
- Add the new illustrations of quickly open camera. - Add the new illustrations of flip camera for selfie. - Remove the old illustration of quickly open camera. - Remove the old illustration of flip camera for selfie. Bug: 190807662 Test: robotest and see the UI Change-Id: I72030731c6d2fe23ff4b21d366151ac4770c656f
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