mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-09 05:25:08 +01:00
Fix accent color on fast scroll
This commit is contained in:
parent
bc760cf7b1
commit
afc61ebf32
@ -3,7 +3,7 @@
|
||||
<item android:state_selected="true">
|
||||
<shape android:shape="rectangle">
|
||||
<corners android:radius="8dp"/>
|
||||
<solid android:color="@color/colorAccent"/>
|
||||
<solid android:color="?colorAccent"/>
|
||||
<size android:width="6dp" android:height="54dp"/>
|
||||
</shape>
|
||||
</item>
|
||||
|
Loading…
Reference in New Issue
Block a user