10a1c6f021be032f5aecb341c2794efb06c0a8a0dAlan Viverette<?xml version="1.0" encoding="utf-8"?>
20a1c6f021be032f5aecb341c2794efb06c0a8a0dAlan Viverette<!-- Copyright (C) 2014 The Android Open Source Project
30a1c6f021be032f5aecb341c2794efb06c0a8a0dAlan Viverette
40a1c6f021be032f5aecb341c2794efb06c0a8a0dAlan Viverette     Licensed under the Apache License, Version 2.0 (the "License");
50a1c6f021be032f5aecb341c2794efb06c0a8a0dAlan Viverette     you may not use this file except in compliance with the License.
60a1c6f021be032f5aecb341c2794efb06c0a8a0dAlan Viverette     You may obtain a copy of the License at
70a1c6f021be032f5aecb341c2794efb06c0a8a0dAlan Viverette
80a1c6f021be032f5aecb341c2794efb06c0a8a0dAlan Viverette          http://www.apache.org/licenses/LICENSE-2.0
90a1c6f021be032f5aecb341c2794efb06c0a8a0dAlan Viverette
100a1c6f021be032f5aecb341c2794efb06c0a8a0dAlan Viverette     Unless required by applicable law or agreed to in writing, software
110a1c6f021be032f5aecb341c2794efb06c0a8a0dAlan Viverette     distributed under the License is distributed on an "AS IS" BASIS,
120a1c6f021be032f5aecb341c2794efb06c0a8a0dAlan Viverette     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
130a1c6f021be032f5aecb341c2794efb06c0a8a0dAlan Viverette     See the License for the specific language governing permissions and
140a1c6f021be032f5aecb341c2794efb06c0a8a0dAlan Viverette     limitations under the License.
150a1c6f021be032f5aecb341c2794efb06c0a8a0dAlan Viverette-->
160a1c6f021be032f5aecb341c2794efb06c0a8a0dAlan Viverette
170a1c6f021be032f5aecb341c2794efb06c0a8a0dAlan Viverette<selector xmlns:android="http://schemas.android.com/apk/res/android">
18b1e1dbfb36b658bd2710fedf8c0381a5d89fa302Alan Viverette    <item android:state_enabled="false"
197ff48839b0149eba1ab46cfd1476854c2e664a81Alan Viverette          android:alpha="@dimen/disabled_alpha_material_dark"
207ff48839b0149eba1ab46cfd1476854c2e664a81Alan Viverette          android:color="@color/button_material_dark"/>
21830960cce032a1b0dc0cf54bcc44ffa339388c21Alan Viverette    <item android:color="@color/button_material_dark"/>
220a1c6f021be032f5aecb341c2794efb06c0a8a0dAlan Viverette</selector>
23