From d7825d3627a5d095dc57c57467a00f0f7ec4b413 Mon Sep 17 00:00:00 2001 From: Stanley Wang Date: Wed, 30 Jun 2021 11:25:42 +0800 Subject: [PATCH] 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 --- res/drawable/flip_camera_for_selfie.xml | 3 +++ res/drawable/quickly_open_camera.xml | 3 +++ res/raw/lottie_flip_camera_for_selfie.json | 0 res/raw/lottie_quick_open_camera.json | 0 res/xml/double_tap_power_settings.xml | 2 +- res/xml/double_twist_gesture_settings.xml | 2 +- 6 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 res/drawable/flip_camera_for_selfie.xml create mode 100644 res/drawable/quickly_open_camera.xml delete mode 100644 res/raw/lottie_flip_camera_for_selfie.json delete mode 100644 res/raw/lottie_quick_open_camera.json diff --git a/res/drawable/flip_camera_for_selfie.xml b/res/drawable/flip_camera_for_selfie.xml new file mode 100644 index 00000000000..dcbf9f4dc68 --- /dev/null +++ b/res/drawable/flip_camera_for_selfie.xml @@ -0,0 +1,3 @@ + + + diff --git a/res/drawable/quickly_open_camera.xml b/res/drawable/quickly_open_camera.xml new file mode 100644 index 00000000000..dcbf9f4dc68 --- /dev/null +++ b/res/drawable/quickly_open_camera.xml @@ -0,0 +1,3 @@ + + + diff --git a/res/raw/lottie_flip_camera_for_selfie.json b/res/raw/lottie_flip_camera_for_selfie.json deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/res/raw/lottie_quick_open_camera.json b/res/raw/lottie_quick_open_camera.json deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/res/xml/double_tap_power_settings.xml b/res/xml/double_tap_power_settings.xml index cbe2e0fea22..f4d7607c85e 100644 --- a/res/xml/double_tap_power_settings.xml +++ b/res/xml/double_tap_power_settings.xml @@ -24,7 +24,7 @@ + app:lottie_rawRes="@drawable/quickly_open_camera"/> + app:lottie_rawRes="@drawable/flip_camera_for_selfie"/>