Fixed pressed state for custom fastscroll

This commit is contained in:
Sylvain Berfini 2016-03-22 16:05:26 +01:00 committed by Jehan Monnier
parent 96c069a19b
commit 06a8da9196
2 changed files with 1 additions and 1 deletions

View file

Before

Width:  |  Height:  |  Size: 326 B

After

Width:  |  Height:  |  Size: 326 B

View file

@ -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>