Add rounded corners to scrollbar background

This commit is contained in:
Super12138 2024-01-31 13:39:58 +08:00
parent 4ef123da8b
commit 9bb915ad94

View file

@ -2,6 +2,12 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners
android:bottomLeftRadius="44dp"
android:bottomRightRadius="44dp"
android:topLeftRadius="44dp"
android:topRightRadius="44dp" />
<solid android:color="?attr/colorSurfaceContainerHighest" />
<padding