1
0
Fork 0
mirror of https://github.com/MatomoCamp/matomocamp-companion-android.git synced 2024-09-19 16:13:46 +02:00
matomocamp-companion-android/res/drawable/fosdem_fastscroll_thumb_holo.xml

7 lines
307 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/fosdem_fastscroll_thumb_pressed_holo" android:state_pressed="true"/>
<item android:drawable="@drawable/fosdem_fastscroll_thumb_default_holo"/>
</selector>