fix the time bar colors

This commit is contained in:
Bnyro 2022-10-05 22:17:55 +02:00
parent 404ea99c8e
commit 2587e9b98a

View File

@ -207,8 +207,8 @@
android:layout_width="match_parent"
android:layout_height="15dp"
app:bar_height="2dp"
app:played_color="?attr/colorOnSecondary"
app:scrubber_color="?attr/colorOnPrimary"
app:played_color="?attr/colorSecondary"
app:scrubber_color="?attr/colorSecondary"
app:scrubber_dragged_size="15dp"
app:scrubber_enabled_size="12dp" />