summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/drawable/dismiss_all_shape_animation.xml
blob: 9e71cbeebea492b945b472cda55a8b9b4f50e6b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<animated-vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:drawable="@drawable/dismiss_all_shape" >
    <target
        android:name="3"
        android:animation="@anim/dismiss_all_shape_animation_3" />
    <target
        android:name="rectangle_path_1_2"
        android:animation="@anim/dismiss_all_shape_animation_rectangle_path_1_2" />
    <target
        android:name="2"
        android:animation="@anim/dismiss_all_shape_animation_2" />
    <target
        android:name="rectangle_path_1_1"
        android:animation="@anim/dismiss_all_shape_animation_rectangle_path_1_1" />
    <target
        android:name="1"
        android:animation="@anim/dismiss_all_shape_animation_1" />
    <target
        android:name="rectangle_path_1"
        android:animation="@anim/dismiss_all_shape_animation_rectangle_path_1" />
</animated-vector>