Android O MR1 SDK.
[android_tools.git] / sdk / platforms / android-27 / data / res / drawable / watch_switch_thumb_material_anim.xml
blob9e3e89338dabe28c6beef0d207f6d448e5a1b7bc
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright (C) 2016 The Android Open Source Project
3      Licensed under the Apache License, Version 2.0 (the "License");
4      you may not use this file except in compliance with the License.
5      You may obtain a copy of the License at
6           http://www.apache.org/licenses/LICENSE-2.0
7      Unless required by applicable law or agreed to in writing, software
8      distributed under the License is distributed on an "AS IS" BASIS,
9      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10      See the License for the specific language governing permissions and
11      limitations under the License.
12 -->
14 <animated-selector xmlns:android="http://schemas.android.com/apk/res/android"
15     android:constantSize="true">
16     <item
17         android:id="@+id/off"
18         android:drawable="@drawable/watch_switch_thumb_mtrl_14w"
19         android:state_enabled="false" />
20     <item
21         android:id="@+id/on"
22         android:drawable="@drawable/watch_switch_thumb_mtrl_14w"
23         android:state_checked="true" />
24     <item
25         android:id="@+id/off"
26         android:drawable="@drawable/watch_switch_thumb_mtrl_14w" />
27     <transition
28         android:fromId="@id/off"
29         android:toId="@id/on">
30         <animation-list>
31             <item
32                 android:drawable="@drawable/watch_switch_thumb_mtrl_14w"
33                 android:duration="30" />
34             <item
35                 android:drawable="@drawable/watch_switch_thumb_mtrl_15w"
36                 android:duration="15" />
37             <item
38                 android:drawable="@drawable/watch_switch_thumb_mtrl_16w"
39                 android:duration="15" />
40             <item
41                 android:drawable="@drawable/watch_switch_thumb_mtrl_17w"
42                 android:duration="15" />
43             <item
44                 android:drawable="@drawable/watch_switch_thumb_mtrl_18w"
45                 android:duration="75" />
46             <item
47                 android:drawable="@drawable/watch_switch_thumb_mtrl_17w"
48                 android:duration="15" />
49             <item
50                 android:drawable="@drawable/watch_switch_thumb_mtrl_16w"
51                 android:duration="15" />
52             <item
53                 android:drawable="@drawable/watch_switch_thumb_mtrl_15w"
54                 android:duration="15" />
55             <item
56                 android:drawable="@drawable/watch_switch_thumb_mtrl_14w"
57                 android:duration="30" />
58         </animation-list>
59     </transition>
60     <transition
61         android:fromId="@id/on"
62         android:toId="@id/off">
63         <animation-list>
64             <item
65                 android:drawable="@drawable/watch_switch_thumb_mtrl_14w"
66                 android:duration="30" />
67             <item
68                 android:drawable="@drawable/watch_switch_thumb_mtrl_15w"
69                 android:duration="15" />
70             <item
71                 android:drawable="@drawable/watch_switch_thumb_mtrl_16w"
72                 android:duration="15" />
73             <item
74                 android:drawable="@drawable/watch_switch_thumb_mtrl_17w"
75                 android:duration="15" />
76             <item
77                 android:drawable="@drawable/watch_switch_thumb_mtrl_18w"
78                 android:duration="75" />
79             <item
80                 android:drawable="@drawable/watch_switch_thumb_mtrl_17w"
81                 android:duration="15" />
82             <item
83                 android:drawable="@drawable/watch_switch_thumb_mtrl_16w"
84                 android:duration="15" />
85             <item
86                 android:drawable="@drawable/watch_switch_thumb_mtrl_15w"
87                 android:duration="15" />
88             <item
89                 android:drawable="@drawable/watch_switch_thumb_mtrl_14w"
90                 android:duration="30" />
91         </animation-list>
92     </transition>
93 </animated-selector>