120232d0f7ce2220df72dd78bed052f6b4a643f10Adam Powell<?xml version="1.0" encoding="utf-8"?> 220232d0f7ce2220df72dd78bed052f6b4a643f10Adam Powell<!-- Copyright (C) 2010 The Android Open Source Project 320232d0f7ce2220df72dd78bed052f6b4a643f10Adam Powell 420232d0f7ce2220df72dd78bed052f6b4a643f10Adam Powell Licensed under the Apache License, Version 2.0 (the "License"); 520232d0f7ce2220df72dd78bed052f6b4a643f10Adam Powell you may not use this file except in compliance with the License. 620232d0f7ce2220df72dd78bed052f6b4a643f10Adam Powell You may obtain a copy of the License at 720232d0f7ce2220df72dd78bed052f6b4a643f10Adam Powell 820232d0f7ce2220df72dd78bed052f6b4a643f10Adam Powell http://www.apache.org/licenses/LICENSE-2.0 920232d0f7ce2220df72dd78bed052f6b4a643f10Adam Powell 1020232d0f7ce2220df72dd78bed052f6b4a643f10Adam Powell Unless required by applicable law or agreed to in writing, software 1120232d0f7ce2220df72dd78bed052f6b4a643f10Adam Powell distributed under the License is distributed on an "AS IS" BASIS, 1220232d0f7ce2220df72dd78bed052f6b4a643f10Adam Powell WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 1320232d0f7ce2220df72dd78bed052f6b4a643f10Adam Powell See the License for the specific language governing permissions and 1420232d0f7ce2220df72dd78bed052f6b4a643f10Adam Powell limitations under the License. 1520232d0f7ce2220df72dd78bed052f6b4a643f10Adam Powell--> 1620232d0f7ce2220df72dd78bed052f6b4a643f10Adam Powell 1720232d0f7ce2220df72dd78bed052f6b4a643f10Adam Powell<selector xmlns:android="http://schemas.android.com/apk/res/android"> 1820232d0f7ce2220df72dd78bed052f6b4a643f10Adam Powell <item android:state_pressed="true" android:drawable="@drawable/fastscroll_track_pressed_holo_dark" /> 1920232d0f7ce2220df72dd78bed052f6b4a643f10Adam Powell <item android:drawable="@drawable/fastscroll_track_default_holo_dark" /> 2020232d0f7ce2220df72dd78bed052f6b4a643f10Adam Powell</selector> 21