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