mirror of https://github.com/buggins/dlangui.git
15 lines
734 B
XML
15 lines
734 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/scrollbar_btn_background_pressed_dark" />
|
|
<item android:state_focused="true" android:state_enabled="true"
|
|
android:drawable="@drawable/scrollbar_btn_background_normal_dark" />
|
|
<item android:state_enabled="true" android:state_hovered="true"
|
|
android:drawable="@drawable/scrollbar_btn_background_hover_dark" />
|
|
<item android:state_enabled="true"
|
|
android:drawable="@drawable/scrollbar_btn_background_normal_dark" />
|
|
<item
|
|
android:drawable="@drawable/scrollbar_btn_background_disabled_dark" />
|
|
</selector>
|
|
|