mirror of
https://github.com/jrpie/Launcher.git
synced 2025-04-06 20:34:35 +02:00
7 lines
284 B
XML
7 lines
284 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item android:state_pressed="true"
|
|
android:drawable="@drawable/fast_scroll_track"/>
|
|
<item
|
|
android:drawable="@drawable/fast_scroll_track"/>
|
|
</selector>
|