aboutsummaryrefslogtreecommitdiff
path: root/wearable/wear/WearAccessibilityApp/Wearable/src/main/res/drawable/oobe_tap_animation.xml
diff options
context:
space:
mode:
Diffstat (limited to 'wearable/wear/WearAccessibilityApp/Wearable/src/main/res/drawable/oobe_tap_animation.xml')
-rw-r--r--wearable/wear/WearAccessibilityApp/Wearable/src/main/res/drawable/oobe_tap_animation.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/wearable/wear/WearAccessibilityApp/Wearable/src/main/res/drawable/oobe_tap_animation.xml b/wearable/wear/WearAccessibilityApp/Wearable/src/main/res/drawable/oobe_tap_animation.xml
new file mode 100644
index 00000000..7e09a9d6
--- /dev/null
+++ b/wearable/wear/WearAccessibilityApp/Wearable/src/main/res/drawable/oobe_tap_animation.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<animated-vector
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:drawable="@drawable/oobe_tap">
+ <target
+ android:animation="@anim/oobe_tap_rectangle_path_3_animation"
+ android:name="rectangle_path_3"/>
+ <target
+ android:animation="@anim/oobe_tap_ellipse_21_animation"
+ android:name="ellipse_21"/>
+ <target
+ android:animation="@anim/oobe_tap_path_23_animation"
+ android:name="path_23"/>
+ <target
+ android:animation="@anim/oobe_tap_ellipse_22_animation"
+ android:name="ellipse_22"/>
+ <target
+ android:animation="@anim/oobe_tap_path_24_animation"
+ android:name="path_24"/>
+</animated-vector>