summaryrefslogtreecommitdiff
path: root/core/src/main/res/drawable/scrollbar_thumb_light.xml
blob: a13cfd70576dc229181e5a942376f4cc230c2e73 (plain)
1
2
3
4
5
<?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/scrollbar_thumb_pressed_light"/>
    <item android:drawable="@drawable/scrollbar_thumb_default"/>
</selector>