113ab4aa8a1d337c414c887a81b9829f2286cdd37Chris Banes<?xml version="1.0" encoding="utf-8"?>
213ab4aa8a1d337c414c887a81b9829f2286cdd37Chris Banes<!-- Copyright (C) 2014 The Android Open Source Project
313ab4aa8a1d337c414c887a81b9829f2286cdd37Chris Banes
413ab4aa8a1d337c414c887a81b9829f2286cdd37Chris Banes     Licensed under the Apache License, Version 2.0 (the "License");
513ab4aa8a1d337c414c887a81b9829f2286cdd37Chris Banes     you may not use this file except in compliance with the License.
613ab4aa8a1d337c414c887a81b9829f2286cdd37Chris Banes     You may obtain a copy of the License at
713ab4aa8a1d337c414c887a81b9829f2286cdd37Chris Banes
813ab4aa8a1d337c414c887a81b9829f2286cdd37Chris Banes          http://www.apache.org/licenses/LICENSE-2.0
913ab4aa8a1d337c414c887a81b9829f2286cdd37Chris Banes
1013ab4aa8a1d337c414c887a81b9829f2286cdd37Chris Banes     Unless required by applicable law or agreed to in writing, software
1113ab4aa8a1d337c414c887a81b9829f2286cdd37Chris Banes     distributed under the License is distributed on an "AS IS" BASIS,
1213ab4aa8a1d337c414c887a81b9829f2286cdd37Chris Banes     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313ab4aa8a1d337c414c887a81b9829f2286cdd37Chris Banes     See the License for the specific language governing permissions and
1413ab4aa8a1d337c414c887a81b9829f2286cdd37Chris Banes     limitations under the License.
1513ab4aa8a1d337c414c887a81b9829f2286cdd37Chris Banes-->
1613ab4aa8a1d337c414c887a81b9829f2286cdd37Chris Banes
1713ab4aa8a1d337c414c887a81b9829f2286cdd37Chris Banes<selector xmlns:android="http://schemas.android.com/apk/res/android">
18469286122bcbbecbdd0bef74fb50f9d8920e77b9Chris Banes    <item android:state_selected="true" android:drawable="@drawable/abc_tab_indicator_mtrl_alpha" />
1913ab4aa8a1d337c414c887a81b9829f2286cdd37Chris Banes    <item android:drawable="@android:color/transparent" />
2013ab4aa8a1d337c414c887a81b9829f2286cdd37Chris Banes</selector>
21