OSDN Git Service

theme engine fixes
[android-x86/packages-apps-Eleven.git] / res / drawable / now_playing_selector.xml
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <!--\r
3      Copyright (C) 2010 The Android Open Source Project Licensed under the \r
4         Apache License, Version 2.0 (the "License"); you may not use this file except \r
5         in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 \r
6         Unless required by applicable law or agreed to in writing, software distributed \r
7         under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES \r
8         OR CONDITIONS OF ANY KIND, either express or implied. See the License for \r
9         the specific language governing permissions and limitations under the License.\r
10 \r
11 -->\r
12 \r
13 <selector xmlns:android="http://schemas.android.com/apk/res/android" android:exitFadeDuration="@android:integer/config_mediumAnimTime">\r
14 \r
15     <item android:drawable="@color/ics_opaque" android:state_pressed="true"/>\r
16     <item android:drawable="@color/ics_opaque" android:state_enabled="true" android:state_focused="true"/>\r
17     <item android:drawable="@drawable/now_playing_bg"/>\r
18 \r
19 </selector>