summaryrefslogtreecommitdiff
path: root/core/src/main/res/drawable/scrollbar_thumb_dark.xml
blob: 929c03914d211f6afc15d76820260542c7613642 (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_dark"/>
    <item android:drawable="@drawable/scrollbar_thumb_default"/>
</selector>