mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-06-09 09:19:55 +00:00
Set a fixed size for scrollbar thumb
This commit is contained in:
parent
b2b988edd1
commit
74a14457ec
@ -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>
|
Loading…
x
Reference in New Issue
Block a user