Set a fixed size for scrollbar thumb

This commit is contained in:
Mohit 2021-06-08 21:25:13 +05:30
parent b2b988edd1
commit 74a14457ec

View File

@ -1,9 +1,13 @@
<?xml version="1.0" encoding="utf-8"?> <?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 <solid
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" />