15e92c95d847a68178cf6099c801f82dcb7e4fa47Alan Viverette<?xml version="1.0" encoding="utf-8"?>
25e92c95d847a68178cf6099c801f82dcb7e4fa47Alan Viverette<!-- Copyright (C) 2014 The Android Open Source Project
35e92c95d847a68178cf6099c801f82dcb7e4fa47Alan Viverette
45e92c95d847a68178cf6099c801f82dcb7e4fa47Alan Viverette     Licensed under the Apache License, Version 2.0 (the "License");
55e92c95d847a68178cf6099c801f82dcb7e4fa47Alan Viverette     you may not use this file except in compliance with the License.
65e92c95d847a68178cf6099c801f82dcb7e4fa47Alan Viverette     You may obtain a copy of the License at
75e92c95d847a68178cf6099c801f82dcb7e4fa47Alan Viverette
85e92c95d847a68178cf6099c801f82dcb7e4fa47Alan Viverette          http://www.apache.org/licenses/LICENSE-2.0
95e92c95d847a68178cf6099c801f82dcb7e4fa47Alan Viverette
105e92c95d847a68178cf6099c801f82dcb7e4fa47Alan Viverette     Unless required by applicable law or agreed to in writing, software
115e92c95d847a68178cf6099c801f82dcb7e4fa47Alan Viverette     distributed under the License is distributed on an "AS IS" BASIS,
125e92c95d847a68178cf6099c801f82dcb7e4fa47Alan Viverette     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
135e92c95d847a68178cf6099c801f82dcb7e4fa47Alan Viverette     See the License for the specific language governing permissions and
145e92c95d847a68178cf6099c801f82dcb7e4fa47Alan Viverette     limitations under the License.
155e92c95d847a68178cf6099c801f82dcb7e4fa47Alan Viverette-->
165e92c95d847a68178cf6099c801f82dcb7e4fa47Alan Viverette
175e92c95d847a68178cf6099c801f82dcb7e4fa47Alan Viverette<animated-selector xmlns:android="http://schemas.android.com/apk/res/android">
185e92c95d847a68178cf6099c801f82dcb7e4fa47Alan Viverette    <item android:state_enabled="false" android:state_checked="true">
19c734dafb2107bd91c7daa61a274735ef97871e86Alan Viverette        <bitmap
20c734dafb2107bd91c7daa61a274735ef97871e86Alan Viverette            android:src="@drawable/btn_radio_to_on_mtrl_015"
21c734dafb2107bd91c7daa61a274735ef97871e86Alan Viverette            android:tint="?attr/colorControlActivated"
22c734dafb2107bd91c7daa61a274735ef97871e86Alan Viverette            android:alpha="?attr/disabledAlpha" />
235e92c95d847a68178cf6099c801f82dcb7e4fa47Alan Viverette    </item>
245e92c95d847a68178cf6099c801f82dcb7e4fa47Alan Viverette    <item android:state_enabled="false">
25c734dafb2107bd91c7daa61a274735ef97871e86Alan Viverette        <bitmap
26c734dafb2107bd91c7daa61a274735ef97871e86Alan Viverette            android:src="@drawable/btn_radio_to_on_mtrl_000"
27c734dafb2107bd91c7daa61a274735ef97871e86Alan Viverette            android:tint="?attr/colorControlNormal"
28c734dafb2107bd91c7daa61a274735ef97871e86Alan Viverette            android:alpha="?attr/disabledAlpha" />
295e92c95d847a68178cf6099c801f82dcb7e4fa47Alan Viverette    </item>
305e92c95d847a68178cf6099c801f82dcb7e4fa47Alan Viverette    <item android:state_checked="true" android:id="@+id/on">
31c734dafb2107bd91c7daa61a274735ef97871e86Alan Viverette        <bitmap
32c734dafb2107bd91c7daa61a274735ef97871e86Alan Viverette            android:src="@drawable/btn_radio_to_on_mtrl_015"
33c734dafb2107bd91c7daa61a274735ef97871e86Alan Viverette            android:tint="?attr/colorControlActivated" />
345e92c95d847a68178cf6099c801f82dcb7e4fa47Alan Viverette    </item>
355e92c95d847a68178cf6099c801f82dcb7e4fa47Alan Viverette    <item android:id="@+id/off">
36c734dafb2107bd91c7daa61a274735ef97871e86Alan Viverette        <bitmap
37c734dafb2107bd91c7daa61a274735ef97871e86Alan Viverette            android:src="@drawable/btn_radio_to_on_mtrl_000"
38c734dafb2107bd91c7daa61a274735ef97871e86Alan Viverette            android:tint="?attr/colorControlNormal" />
395e92c95d847a68178cf6099c801f82dcb7e4fa47Alan Viverette    </item>
402356c5e69b0911e6334ebf6374217898371be5acAlan Viverette    <transition android:fromId="@+id/off" android:toId="@+id/on">
415e92c95d847a68178cf6099c801f82dcb7e4fa47Alan Viverette        <animation-list>
422356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            <item android:duration="15">
43c734dafb2107bd91c7daa61a274735ef97871e86Alan Viverette                <bitmap android:src="@drawable/btn_radio_to_on_mtrl_000" android:tint="?attr/colorControlNormal" />
445e92c95d847a68178cf6099c801f82dcb7e4fa47Alan Viverette            </item>
452356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            <item android:duration="15">
46c734dafb2107bd91c7daa61a274735ef97871e86Alan Viverette                <bitmap android:src="@drawable/btn_radio_to_on_mtrl_001" android:tint="?attr/colorControlNormal" />
475e92c95d847a68178cf6099c801f82dcb7e4fa47Alan Viverette            </item>
482356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            <item android:duration="15">
49c734dafb2107bd91c7daa61a274735ef97871e86Alan Viverette                <bitmap android:src="@drawable/btn_radio_to_on_mtrl_002" android:tint="?attr/colorControlNormal" />
505e92c95d847a68178cf6099c801f82dcb7e4fa47Alan Viverette            </item>
512356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            <item android:duration="15">
52c734dafb2107bd91c7daa61a274735ef97871e86Alan Viverette                <bitmap android:src="@drawable/btn_radio_to_on_mtrl_003" android:tint="?attr/colorControlNormal" />
535e92c95d847a68178cf6099c801f82dcb7e4fa47Alan Viverette            </item>
542356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            <item android:duration="15">
55c734dafb2107bd91c7daa61a274735ef97871e86Alan Viverette                <bitmap android:src="@drawable/btn_radio_to_on_mtrl_004" android:tint="?attr/colorControlNormal" />
565e92c95d847a68178cf6099c801f82dcb7e4fa47Alan Viverette            </item>
572356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            <item android:duration="15">
58c734dafb2107bd91c7daa61a274735ef97871e86Alan Viverette                <bitmap android:src="@drawable/btn_radio_to_on_mtrl_005" android:tint="?attr/colorControlNormal" />
595e92c95d847a68178cf6099c801f82dcb7e4fa47Alan Viverette            </item>
602356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            <item android:duration="15">
61c734dafb2107bd91c7daa61a274735ef97871e86Alan Viverette                <bitmap android:src="@drawable/btn_radio_to_on_mtrl_006" android:tint="?attr/colorControlNormal" />
625e92c95d847a68178cf6099c801f82dcb7e4fa47Alan Viverette            </item>
632356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            <item android:duration="15">
64c734dafb2107bd91c7daa61a274735ef97871e86Alan Viverette                <bitmap android:src="@drawable/btn_radio_to_on_mtrl_007" android:tint="?attr/colorControlNormal" />
655e92c95d847a68178cf6099c801f82dcb7e4fa47Alan Viverette            </item>
662356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            <item android:duration="15">
67830960cce032a1b0dc0cf54bcc44ffa339388c21Alan Viverette                <bitmap android:src="@drawable/btn_radio_to_on_mtrl_008" android:tint="?attr/colorControlActivated" />
685e92c95d847a68178cf6099c801f82dcb7e4fa47Alan Viverette            </item>
692356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            <item android:duration="15">
70830960cce032a1b0dc0cf54bcc44ffa339388c21Alan Viverette                <bitmap android:src="@drawable/btn_radio_to_on_mtrl_009" android:tint="?attr/colorControlActivated" />
715e92c95d847a68178cf6099c801f82dcb7e4fa47Alan Viverette            </item>
722356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            <item android:duration="15">
73830960cce032a1b0dc0cf54bcc44ffa339388c21Alan Viverette                <bitmap android:src="@drawable/btn_radio_to_on_mtrl_010" android:tint="?attr/colorControlActivated" />
745e92c95d847a68178cf6099c801f82dcb7e4fa47Alan Viverette            </item>
752356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            <item android:duration="15">
76830960cce032a1b0dc0cf54bcc44ffa339388c21Alan Viverette                <bitmap android:src="@drawable/btn_radio_to_on_mtrl_011" android:tint="?attr/colorControlActivated" />
775e92c95d847a68178cf6099c801f82dcb7e4fa47Alan Viverette            </item>
782356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            <item android:duration="15">
79830960cce032a1b0dc0cf54bcc44ffa339388c21Alan Viverette                <bitmap android:src="@drawable/btn_radio_to_on_mtrl_012" android:tint="?attr/colorControlActivated" />
805e92c95d847a68178cf6099c801f82dcb7e4fa47Alan Viverette            </item>
812356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            <item android:duration="15">
82830960cce032a1b0dc0cf54bcc44ffa339388c21Alan Viverette                <bitmap android:src="@drawable/btn_radio_to_on_mtrl_013" android:tint="?attr/colorControlActivated" />
835e92c95d847a68178cf6099c801f82dcb7e4fa47Alan Viverette            </item>
842356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            <item android:duration="15">
85830960cce032a1b0dc0cf54bcc44ffa339388c21Alan Viverette                <bitmap android:src="@drawable/btn_radio_to_on_mtrl_014" android:tint="?attr/colorControlActivated" />
865e92c95d847a68178cf6099c801f82dcb7e4fa47Alan Viverette            </item>
872356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            <item android:duration="15">
88830960cce032a1b0dc0cf54bcc44ffa339388c21Alan Viverette                <bitmap android:src="@drawable/btn_radio_to_on_mtrl_015" android:tint="?attr/colorControlActivated" />
892356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            </item>
902356c5e69b0911e6334ebf6374217898371be5acAlan Viverette        </animation-list>
912356c5e69b0911e6334ebf6374217898371be5acAlan Viverette    </transition>
922356c5e69b0911e6334ebf6374217898371be5acAlan Viverette    <transition android:fromId="@+id/on" android:toId="@+id/off">
932356c5e69b0911e6334ebf6374217898371be5acAlan Viverette        <animation-list>
942356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            <item android:duration="15">
95830960cce032a1b0dc0cf54bcc44ffa339388c21Alan Viverette                <bitmap android:src="@drawable/btn_radio_to_off_mtrl_000" android:tint="?attr/colorControlActivated" />
962356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            </item>
972356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            <item android:duration="15">
98830960cce032a1b0dc0cf54bcc44ffa339388c21Alan Viverette                <bitmap android:src="@drawable/btn_radio_to_off_mtrl_001" android:tint="?attr/colorControlActivated" />
992356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            </item>
1002356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            <item android:duration="15">
101830960cce032a1b0dc0cf54bcc44ffa339388c21Alan Viverette                <bitmap android:src="@drawable/btn_radio_to_off_mtrl_002" android:tint="?attr/colorControlActivated" />
1022356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            </item>
1032356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            <item android:duration="15">
104830960cce032a1b0dc0cf54bcc44ffa339388c21Alan Viverette                <bitmap android:src="@drawable/btn_radio_to_off_mtrl_003" android:tint="?attr/colorControlActivated" />
1052356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            </item>
1062356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            <item android:duration="15">
107830960cce032a1b0dc0cf54bcc44ffa339388c21Alan Viverette                <bitmap android:src="@drawable/btn_radio_to_off_mtrl_004" android:tint="?attr/colorControlActivated" />
1082356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            </item>
1092356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            <item android:duration="15">
110830960cce032a1b0dc0cf54bcc44ffa339388c21Alan Viverette                <bitmap android:src="@drawable/btn_radio_to_off_mtrl_005" android:tint="?attr/colorControlActivated" />
1112356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            </item>
1122356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            <item android:duration="15">
113830960cce032a1b0dc0cf54bcc44ffa339388c21Alan Viverette                <bitmap android:src="@drawable/btn_radio_to_off_mtrl_006" android:tint="?attr/colorControlActivated" />
1142356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            </item>
1152356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            <item android:duration="15">
116830960cce032a1b0dc0cf54bcc44ffa339388c21Alan Viverette                <bitmap android:src="@drawable/btn_radio_to_off_mtrl_007" android:tint="?attr/colorControlActivated" />
1172356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            </item>
1182356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            <item android:duration="15">
119c734dafb2107bd91c7daa61a274735ef97871e86Alan Viverette                <bitmap android:src="@drawable/btn_radio_to_off_mtrl_008" android:tint="?attr/colorControlNormal" />
1202356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            </item>
1212356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            <item android:duration="15">
122c734dafb2107bd91c7daa61a274735ef97871e86Alan Viverette                <bitmap android:src="@drawable/btn_radio_to_off_mtrl_009" android:tint="?attr/colorControlNormal" />
1232356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            </item>
1242356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            <item android:duration="15">
125c734dafb2107bd91c7daa61a274735ef97871e86Alan Viverette                <bitmap android:src="@drawable/btn_radio_to_off_mtrl_010" android:tint="?attr/colorControlNormal" />
1262356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            </item>
1272356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            <item android:duration="15">
128c734dafb2107bd91c7daa61a274735ef97871e86Alan Viverette                <bitmap android:src="@drawable/btn_radio_to_off_mtrl_011" android:tint="?attr/colorControlNormal" />
1292356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            </item>
1302356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            <item android:duration="15">
131c734dafb2107bd91c7daa61a274735ef97871e86Alan Viverette                <bitmap android:src="@drawable/btn_radio_to_off_mtrl_012" android:tint="?attr/colorControlNormal" />
1322356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            </item>
1332356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            <item android:duration="15">
134c734dafb2107bd91c7daa61a274735ef97871e86Alan Viverette                <bitmap android:src="@drawable/btn_radio_to_off_mtrl_013" android:tint="?attr/colorControlNormal" />
1352356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            </item>
1362356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            <item android:duration="15">
137c734dafb2107bd91c7daa61a274735ef97871e86Alan Viverette                <bitmap android:src="@drawable/btn_radio_to_off_mtrl_014" android:tint="?attr/colorControlNormal" />
1382356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            </item>
1392356c5e69b0911e6334ebf6374217898371be5acAlan Viverette            <item android:duration="15">
140c734dafb2107bd91c7daa61a274735ef97871e86Alan Viverette                <bitmap android:src="@drawable/btn_radio_to_off_mtrl_015" android:tint="?attr/colorControlNormal" />
1415e92c95d847a68178cf6099c801f82dcb7e4fa47Alan Viverette            </item>
1425e92c95d847a68178cf6099c801f82dcb7e4fa47Alan Viverette        </animation-list>
1435e92c95d847a68178cf6099c801f82dcb7e4fa47Alan Viverette    </transition>
1445e92c95d847a68178cf6099c801f82dcb7e4fa47Alan Viverette</animated-selector>
145