Add rounded corners to scrollbar background
This commit is contained in:
parent
4ef123da8b
commit
9bb915ad94
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue