Skip to content

Commit

Permalink
Add rounded corners to scrollbar background
Browse files Browse the repository at this point in the history
  • Loading branch information
Super12138 committed Jan 31, 2024
1 parent 4ef123d commit 9bb915a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/src/main/res/drawable/line.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9bb915a

Please sign in to comment.