Skip to content

Commit

Permalink
fix(app): scrollbar drawable tint does not works on low API device
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosemoe committed Feb 7, 2025
1 parent f67c11f commit 964fd77
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/src/main/res/drawable/scrollbar_thumb.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,11 @@

<shape
xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle"
android:tint="@color/textActionNameColor">
android:shape="rectangle">

<padding android:top="4dp" android:bottom="4dp" />

<size android:width="8dp" android:height="52dp" />

<solid android:color="@android:color/white" />
<solid android:color="@color/textActionNameColor" />
</shape>

0 comments on commit 964fd77

Please # to comment.