mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
Fix accent color on fast scroll
This commit is contained in:
parent
bc760cf7b1
commit
afc61ebf32
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue