mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-07-28 22:59:50 +00:00
Set a fixed size for scrollbar thumb
This commit is contained in:
@ -5,6 +5,10 @@
|
||||
android:angle="0"
|
||||
android:color="?android:attr/colorPrimary" />
|
||||
|
||||
<size
|
||||
android:width="6dp"
|
||||
android:height="50dp" />
|
||||
|
||||
<corners android:radius="6dp" />
|
||||
|
||||
</shape>
|
Reference in New Issue
Block a user