169598c5bf8fd33e36072b45cf82d3fca210f6ccfAlan Viverette<?xml version="1.0" encoding="utf-8"?>
269598c5bf8fd33e36072b45cf82d3fca210f6ccfAlan Viverette<!--
369598c5bf8fd33e36072b45cf82d3fca210f6ccfAlan Viverette     Copyright (C) 2014 The Android Open Source Project
469598c5bf8fd33e36072b45cf82d3fca210f6ccfAlan Viverette
569598c5bf8fd33e36072b45cf82d3fca210f6ccfAlan Viverette     Licensed under the Apache License, Version 2.0 (the "License");
669598c5bf8fd33e36072b45cf82d3fca210f6ccfAlan Viverette     you may not use this file except in compliance with the License.
769598c5bf8fd33e36072b45cf82d3fca210f6ccfAlan Viverette     You may obtain a copy of the License at
869598c5bf8fd33e36072b45cf82d3fca210f6ccfAlan Viverette
969598c5bf8fd33e36072b45cf82d3fca210f6ccfAlan Viverette          http://www.apache.org/licenses/LICENSE-2.0
1069598c5bf8fd33e36072b45cf82d3fca210f6ccfAlan Viverette
1169598c5bf8fd33e36072b45cf82d3fca210f6ccfAlan Viverette     Unless required by applicable law or agreed to in writing, software
1269598c5bf8fd33e36072b45cf82d3fca210f6ccfAlan Viverette     distributed under the License is distributed on an "AS IS" BASIS,
1369598c5bf8fd33e36072b45cf82d3fca210f6ccfAlan Viverette     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1469598c5bf8fd33e36072b45cf82d3fca210f6ccfAlan Viverette     See the License for the specific language governing permissions and
1569598c5bf8fd33e36072b45cf82d3fca210f6ccfAlan Viverette     limitations under the License.
1669598c5bf8fd33e36072b45cf82d3fca210f6ccfAlan Viverette-->
1769598c5bf8fd33e36072b45cf82d3fca210f6ccfAlan Viverette
1869598c5bf8fd33e36072b45cf82d3fca210f6ccfAlan Viverette<animation-list xmlns:android="http://schemas.android.com/apk/res/android"
1969598c5bf8fd33e36072b45cf82d3fca210f6ccfAlan Viverette    android:oneshot="false">
2069598c5bf8fd33e36072b45cf82d3fca210f6ccfAlan Viverette    <item android:duration="500">
21830960cce032a1b0dc0cf54bcc44ffa339388c21Alan Viverette        <bitmap android:src="@drawable/ic_media_route_on_0_mtrl_alpha"
2269598c5bf8fd33e36072b45cf82d3fca210f6ccfAlan Viverette            android:tint="?attr/colorControlNormal" />
2369598c5bf8fd33e36072b45cf82d3fca210f6ccfAlan Viverette    </item>
2469598c5bf8fd33e36072b45cf82d3fca210f6ccfAlan Viverette    <item android:duration="500">
25830960cce032a1b0dc0cf54bcc44ffa339388c21Alan Viverette        <bitmap android:src="@drawable/ic_media_route_on_1_mtrl_alpha"
2669598c5bf8fd33e36072b45cf82d3fca210f6ccfAlan Viverette            android:tint="?attr/colorControlNormal" />
2769598c5bf8fd33e36072b45cf82d3fca210f6ccfAlan Viverette    </item>
2869598c5bf8fd33e36072b45cf82d3fca210f6ccfAlan Viverette    <item android:duration="500">
29830960cce032a1b0dc0cf54bcc44ffa339388c21Alan Viverette        <bitmap android:src="@drawable/ic_media_route_on_2_mtrl_alpha"
3069598c5bf8fd33e36072b45cf82d3fca210f6ccfAlan Viverette            android:tint="?attr/colorControlNormal" />
3169598c5bf8fd33e36072b45cf82d3fca210f6ccfAlan Viverette    </item>
3269598c5bf8fd33e36072b45cf82d3fca210f6ccfAlan Viverette    <item android:duration="500">
33830960cce032a1b0dc0cf54bcc44ffa339388c21Alan Viverette        <bitmap android:src="@drawable/ic_media_route_on_1_mtrl_alpha"
3469598c5bf8fd33e36072b45cf82d3fca210f6ccfAlan Viverette            android:tint="?attr/colorControlNormal" />
3569598c5bf8fd33e36072b45cf82d3fca210f6ccfAlan Viverette    </item>
3669598c5bf8fd33e36072b45cf82d3fca210f6ccfAlan Viverette</animation-list>
37