Edit playerBottomSheetLayout to include a PlayerControlView

This commit is contained in:
CappielloAntonio 2021-12-29 10:12:26 +01:00
parent 2a11fedf65
commit f9ac2f2646
7 changed files with 89 additions and 71 deletions

View file

@ -36,5 +36,9 @@
<color name="starBackgroundTintColor">#1D1D1D</color>
<color name="placeholderColor">#1D1D1D</color>
<color name="seekBarPlayedColor">#7C00BB</color>
<color name="seekBarUnPlayedColor">#4C2A5D</color>
<color name="seekBarBufferedColor">#533364</color>
</resources>