11832d2fc504b4842d38715f160aaf18adb7db489John Spurlock<?xml version="1.0" encoding="utf-8"?>
21832d2fc504b4842d38715f160aaf18adb7db489John Spurlock<!--
31832d2fc504b4842d38715f160aaf18adb7db489John Spurlock     Copyright (C) 2014 The Android Open Source Project
41832d2fc504b4842d38715f160aaf18adb7db489John Spurlock
51832d2fc504b4842d38715f160aaf18adb7db489John Spurlock     Licensed under the Apache License, Version 2.0 (the "License");
61832d2fc504b4842d38715f160aaf18adb7db489John Spurlock     you may not use this file except in compliance with the License.
71832d2fc504b4842d38715f160aaf18adb7db489John Spurlock     You may obtain a copy of the License at
81832d2fc504b4842d38715f160aaf18adb7db489John Spurlock
91832d2fc504b4842d38715f160aaf18adb7db489John Spurlock          http://www.apache.org/licenses/LICENSE-2.0
101832d2fc504b4842d38715f160aaf18adb7db489John Spurlock
111832d2fc504b4842d38715f160aaf18adb7db489John Spurlock     Unless required by applicable law or agreed to in writing, software
121832d2fc504b4842d38715f160aaf18adb7db489John Spurlock     distributed under the License is distributed on an "AS IS" BASIS,
131832d2fc504b4842d38715f160aaf18adb7db489John Spurlock     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
141832d2fc504b4842d38715f160aaf18adb7db489John Spurlock     See the License for the specific language governing permissions and
151832d2fc504b4842d38715f160aaf18adb7db489John Spurlock     limitations under the License.
161832d2fc504b4842d38715f160aaf18adb7db489John Spurlock-->
171832d2fc504b4842d38715f160aaf18adb7db489John Spurlock<animated-vector xmlns:android="http://schemas.android.com/apk/res/android"
181832d2fc504b4842d38715f160aaf18adb7db489John Spurlock    android:drawable="@drawable/ic_hotspot_enable" >
191832d2fc504b4842d38715f160aaf18adb7db489John Spurlock    <target
201832d2fc504b4842d38715f160aaf18adb7db489John Spurlock        android:name="root"
211832d2fc504b4842d38715f160aaf18adb7db489John Spurlock        android:animation="@anim/ic_hotspot_enable_animation_root" />
221832d2fc504b4842d38715f160aaf18adb7db489John Spurlock    <target
231832d2fc504b4842d38715f160aaf18adb7db489John Spurlock        android:name="mask"
241832d2fc504b4842d38715f160aaf18adb7db489John Spurlock        android:animation="@anim/ic_hotspot_enable_animation_mask" />
251832d2fc504b4842d38715f160aaf18adb7db489John Spurlock    <target
261832d2fc504b4842d38715f160aaf18adb7db489John Spurlock        android:name="cross_1"
271832d2fc504b4842d38715f160aaf18adb7db489John Spurlock        android:animation="@anim/ic_hotspot_enable_animation_cross_1" />
281832d2fc504b4842d38715f160aaf18adb7db489John Spurlock</animated-vector>
29