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