12356c5e69b0911e6334ebf6374217898371be5acAlan Viverette<?xml version="1.0" encoding="utf-8"?>
22356c5e69b0911e6334ebf6374217898371be5acAlan Viverette<!-- Copyright (C) 2014 The Android Open Source Project
32356c5e69b0911e6334ebf6374217898371be5acAlan Viverette
42356c5e69b0911e6334ebf6374217898371be5acAlan Viverette     Licensed under the Apache License, Version 2.0 (the "License");
52356c5e69b0911e6334ebf6374217898371be5acAlan Viverette     you may not use this file except in compliance with the License.
62356c5e69b0911e6334ebf6374217898371be5acAlan Viverette     You may obtain a copy of the License at
72356c5e69b0911e6334ebf6374217898371be5acAlan Viverette
82356c5e69b0911e6334ebf6374217898371be5acAlan Viverette          http://www.apache.org/licenses/LICENSE-2.0
92356c5e69b0911e6334ebf6374217898371be5acAlan Viverette
102356c5e69b0911e6334ebf6374217898371be5acAlan Viverette     Unless required by applicable law or agreed to in writing, software
112356c5e69b0911e6334ebf6374217898371be5acAlan Viverette     distributed under the License is distributed on an "AS IS" BASIS,
122356c5e69b0911e6334ebf6374217898371be5acAlan Viverette     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
132356c5e69b0911e6334ebf6374217898371be5acAlan Viverette     See the License for the specific language governing permissions and
142356c5e69b0911e6334ebf6374217898371be5acAlan Viverette     limitations under the License.
152356c5e69b0911e6334ebf6374217898371be5acAlan Viverette-->
162356c5e69b0911e6334ebf6374217898371be5acAlan Viverette
177d6866086a46fd6430fee9c66372d38b7f27413dAlan Viverette<animated-selector xmlns:android="http://schemas.android.com/apk/res/android"
187d6866086a46fd6430fee9c66372d38b7f27413dAlan Viverette    android:constantSize="true">
19125bab40ba791c12a745a01ff86b73f3b95f8c13Alan Viverette    <item android:state_enabled="false" android:id="@+id/off">
200c0dde7171c7ea35bbc6d64a41f94b428cb4d1f6Alan Viverette        <nine-patch
210c0dde7171c7ea35bbc6d64a41f94b428cb4d1f6Alan Viverette            android:src="@drawable/btn_switch_to_on_mtrl_00001"
227d6866086a46fd6430fee9c66372d38b7f27413dAlan Viverette            android:gravity="center"
230c0dde7171c7ea35bbc6d64a41f94b428cb4d1f6Alan Viverette            android:tintMode="multiply"
24125bab40ba791c12a745a01ff86b73f3b95f8c13Alan Viverette            android:tint="?attr/colorSwitchThumbNormal" />
252356c5e69b0911e6334ebf6374217898371be5acAlan Viverette    </item>
267d6866086a46fd6430fee9c66372d38b7f27413dAlan Viverette    <item
277d6866086a46fd6430fee9c66372d38b7f27413dAlan Viverette        android:state_checked="true"
287d6866086a46fd6430fee9c66372d38b7f27413dAlan Viverette        android:id="@+id/on">
290c0dde7171c7ea35bbc6d64a41f94b428cb4d1f6Alan Viverette        <nine-patch
300c0dde7171c7ea35bbc6d64a41f94b428cb4d1f6Alan Viverette            android:src="@drawable/btn_switch_to_on_mtrl_00012"
317d6866086a46fd6430fee9c66372d38b7f27413dAlan Viverette            android:gravity="center"
320c0dde7171c7ea35bbc6d64a41f94b428cb4d1f6Alan Viverette            android:tintMode="multiply"
337d6866086a46fd6430fee9c66372d38b7f27413dAlan Viverette            android:tint="?attr/colorControlActivated" />
342356c5e69b0911e6334ebf6374217898371be5acAlan Viverette    </item>
352356c5e69b0911e6334ebf6374217898371be5acAlan Viverette    <item android:id="@+id/off">
360c0dde7171c7ea35bbc6d64a41f94b428cb4d1f6Alan Viverette        <nine-patch
370c0dde7171c7ea35bbc6d64a41f94b428cb4d1f6Alan Viverette            android:src="@drawable/btn_switch_to_on_mtrl_00001"
387d6866086a46fd6430fee9c66372d38b7f27413dAlan Viverette            android:gravity="center"
390c0dde7171c7ea35bbc6d64a41f94b428cb4d1f6Alan Viverette            android:tintMode="multiply"
40125bab40ba791c12a745a01ff86b73f3b95f8c13Alan Viverette            android:tint="?attr/colorSwitchThumbNormal" />
412356c5e69b0911e6334ebf6374217898371be5acAlan Viverette    </item>
427d6866086a46fd6430fee9c66372d38b7f27413dAlan Viverette    <transition
437d6866086a46fd6430fee9c66372d38b7f27413dAlan Viverette        android:fromId="@+id/off"
447d6866086a46fd6430fee9c66372d38b7f27413dAlan Viverette        android:toId="@+id/on">
452356c5e69b0911e6334ebf6374217898371be5acAlan Viverette        <animation-list>
462356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            <item android:duration="15">
47125bab40ba791c12a745a01ff86b73f3b95f8c13Alan Viverette                <nine-patch android:src="@drawable/btn_switch_to_on_mtrl_00001" android:gravity="center" android:tintMode="multiply" android:tint="?attr/colorSwitchThumbNormal" />
482356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            </item>
492356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            <item android:duration="15">
50125bab40ba791c12a745a01ff86b73f3b95f8c13Alan Viverette                <nine-patch android:src="@drawable/btn_switch_to_on_mtrl_00002" android:gravity="center" android:tintMode="multiply" android:tint="?attr/colorSwitchThumbNormal" />
512356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            </item>
522356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            <item android:duration="15">
53125bab40ba791c12a745a01ff86b73f3b95f8c13Alan Viverette                <nine-patch android:src="@drawable/btn_switch_to_on_mtrl_00003" android:gravity="center" android:tintMode="multiply" android:tint="?attr/colorSwitchThumbNormal" />
542356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            </item>
552356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            <item android:duration="15">
56125bab40ba791c12a745a01ff86b73f3b95f8c13Alan Viverette                <nine-patch android:src="@drawable/btn_switch_to_on_mtrl_00004" android:gravity="center" android:tintMode="multiply" android:tint="?attr/colorSwitchThumbNormal" />
572356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            </item>
582356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            <item android:duration="15">
59125bab40ba791c12a745a01ff86b73f3b95f8c13Alan Viverette                <nine-patch android:src="@drawable/btn_switch_to_on_mtrl_00005" android:gravity="center" android:tintMode="multiply" android:tint="?attr/colorSwitchThumbNormal" />
602356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            </item>
612356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            <item android:duration="15">
62125bab40ba791c12a745a01ff86b73f3b95f8c13Alan Viverette                <nine-patch android:src="@drawable/btn_switch_to_on_mtrl_00006" android:gravity="center" android:tintMode="multiply" android:tint="?attr/colorSwitchThumbNormal" />
632356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            </item>
642356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            <item android:duration="15">
650c0dde7171c7ea35bbc6d64a41f94b428cb4d1f6Alan Viverette                <nine-patch android:src="@drawable/btn_switch_to_on_mtrl_00007" android:gravity="center" android:tintMode="multiply" android:tint="?attr/colorControlActivated" />
662356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            </item>
672356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            <item android:duration="15">
680c0dde7171c7ea35bbc6d64a41f94b428cb4d1f6Alan Viverette                <nine-patch android:src="@drawable/btn_switch_to_on_mtrl_00008" android:gravity="center" android:tintMode="multiply" android:tint="?attr/colorControlActivated" />
692356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            </item>
702356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            <item android:duration="15">
710c0dde7171c7ea35bbc6d64a41f94b428cb4d1f6Alan Viverette                <nine-patch android:src="@drawable/btn_switch_to_on_mtrl_00009" android:gravity="center" android:tintMode="multiply" android:tint="?attr/colorControlActivated" />
722356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            </item>
732356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            <item android:duration="15">
740c0dde7171c7ea35bbc6d64a41f94b428cb4d1f6Alan Viverette                <nine-patch android:src="@drawable/btn_switch_to_on_mtrl_00010" android:gravity="center" android:tintMode="multiply" android:tint="?attr/colorControlActivated" />
752356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            </item>
762356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            <item android:duration="15">
770c0dde7171c7ea35bbc6d64a41f94b428cb4d1f6Alan Viverette                <nine-patch android:src="@drawable/btn_switch_to_on_mtrl_00011" android:gravity="center" android:tintMode="multiply" android:tint="?attr/colorControlActivated" />
782356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            </item>
792356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            <item android:duration="15">
800c0dde7171c7ea35bbc6d64a41f94b428cb4d1f6Alan Viverette                <nine-patch android:src="@drawable/btn_switch_to_on_mtrl_00012" android:gravity="center" android:tintMode="multiply" android:tint="?attr/colorControlActivated" />
812356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            </item>
822356c5e69b0911e6334ebf6374217898371be5acAlan Viverette        </animation-list>
832356c5e69b0911e6334ebf6374217898371be5acAlan Viverette    </transition>
842356c5e69b0911e6334ebf6374217898371be5acAlan Viverette    <transition android:fromId="@+id/on" android:toId="@+id/off">
852356c5e69b0911e6334ebf6374217898371be5acAlan Viverette        <animation-list>
862356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            <item android:duration="15">
870c0dde7171c7ea35bbc6d64a41f94b428cb4d1f6Alan Viverette                <nine-patch android:src="@drawable/btn_switch_to_off_mtrl_00001" android:gravity="center" android:tintMode="multiply" android:tint="?attr/colorControlActivated" />
882356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            </item>
892356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            <item android:duration="15">
900c0dde7171c7ea35bbc6d64a41f94b428cb4d1f6Alan Viverette                <nine-patch android:src="@drawable/btn_switch_to_off_mtrl_00002" android:gravity="center" android:tintMode="multiply" android:tint="?attr/colorControlActivated" />
912356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            </item>
922356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            <item android:duration="15">
930c0dde7171c7ea35bbc6d64a41f94b428cb4d1f6Alan Viverette                <nine-patch android:src="@drawable/btn_switch_to_off_mtrl_00003" android:gravity="center" android:tintMode="multiply" android:tint="?attr/colorControlActivated" />
942356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            </item>
952356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            <item android:duration="15">
960c0dde7171c7ea35bbc6d64a41f94b428cb4d1f6Alan Viverette                <nine-patch android:src="@drawable/btn_switch_to_off_mtrl_00004" android:gravity="center" android:tintMode="multiply" android:tint="?attr/colorControlActivated" />
972356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            </item>
982356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            <item android:duration="15">
990c0dde7171c7ea35bbc6d64a41f94b428cb4d1f6Alan Viverette                <nine-patch android:src="@drawable/btn_switch_to_off_mtrl_00005" android:gravity="center" android:tintMode="multiply" android:tint="?attr/colorControlActivated" />
1002356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            </item>
1012356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            <item android:duration="15">
1020c0dde7171c7ea35bbc6d64a41f94b428cb4d1f6Alan Viverette                <nine-patch android:src="@drawable/btn_switch_to_off_mtrl_00006" android:gravity="center" android:tintMode="multiply" android:tint="?attr/colorControlActivated" />
1032356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            </item>
1042356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            <item android:duration="15">
105125bab40ba791c12a745a01ff86b73f3b95f8c13Alan Viverette                <nine-patch android:src="@drawable/btn_switch_to_off_mtrl_00007" android:gravity="center" android:tintMode="multiply" android:tint="?attr/colorSwitchThumbNormal" />
1062356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            </item>
1072356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            <item android:duration="15">
108125bab40ba791c12a745a01ff86b73f3b95f8c13Alan Viverette                <nine-patch android:src="@drawable/btn_switch_to_off_mtrl_00008" android:gravity="center" android:tintMode="multiply" android:tint="?attr/colorSwitchThumbNormal" />
1092356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            </item>
1102356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            <item android:duration="15">
111125bab40ba791c12a745a01ff86b73f3b95f8c13Alan Viverette                <nine-patch android:src="@drawable/btn_switch_to_off_mtrl_00009" android:gravity="center" android:tintMode="multiply" android:tint="?attr/colorSwitchThumbNormal" />
1122356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            </item>
1132356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            <item android:duration="15">
114125bab40ba791c12a745a01ff86b73f3b95f8c13Alan Viverette                <nine-patch android:src="@drawable/btn_switch_to_off_mtrl_00010" android:gravity="center" android:tintMode="multiply" android:tint="?attr/colorSwitchThumbNormal" />
1152356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            </item>
1162356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            <item android:duration="15">
117125bab40ba791c12a745a01ff86b73f3b95f8c13Alan Viverette                <nine-patch android:src="@drawable/btn_switch_to_off_mtrl_00011" android:gravity="center" android:tintMode="multiply" android:tint="?attr/colorSwitchThumbNormal" />
1182356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            </item>
1192356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            <item android:duration="15">
120125bab40ba791c12a745a01ff86b73f3b95f8c13Alan Viverette                <nine-patch android:src="@drawable/btn_switch_to_off_mtrl_00012" android:gravity="center" android:tintMode="multiply" android:tint="?attr/colorSwitchThumbNormal" />
1212356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            </item>
1222356c5e69b0911e6334ebf6374217898371be5acAlan Viverette        </animation-list>
1232356c5e69b0911e6334ebf6374217898371be5acAlan Viverette    </transition>
1242356c5e69b0911e6334ebf6374217898371be5acAlan Viverette</animated-selector>
125