Fix accent color on fast scroll

This commit is contained in:
Jays2Kings 2021-04-24 14:10:22 -04:00
parent bc760cf7b1
commit afc61ebf32

View File

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