mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-04-23 19:32:16 +00:00
Set a fixed size for scrollbar thumb
This commit is contained in:
parent
b2b988edd1
commit
74a14457ec
@ -1,9 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<solid
|
||||
android:angle="0"
|
||||
android:color="?android:attr/colorPrimary"/>
|
||||
android:color="?android:attr/colorPrimary" />
|
||||
|
||||
<size
|
||||
android:width="6dp"
|
||||
android:height="50dp" />
|
||||
|
||||
<corners android:radius="6dp" />
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user