Fixed pressed state for custom fastscroll
This commit is contained in:
parent
96c069a19b
commit
06a8da9196
2 changed files with 1 additions and 1 deletions
Before Width: | Height: | Size: 326 B After Width: | Height: | Size: 326 B |
|
@ -1,6 +1,6 @@
|
|||
<?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_over" />
|
||||
<item android:drawable="@drawable/fast_scroll" />
|
||||
<item android:drawable="@drawable/fast_scroll_default" />
|
||||
</selector>
|
||||
|
||||
|
|
Loading…
Reference in a new issue