change play and pause buttons

This commit is contained in:
Bnyro 2022-07-04 08:28:10 +02:00
parent dec080d593
commit 215d5aa4de

View File

@ -0,0 +1,9 @@
<!-- Replaces the drawables of the default exoplayer controls (see https://github.com/google/ExoPlayer/blob/release-v2/library/ui/src/main/res/values/drawables.xml) -->
<?xml version="1.0" encoding="utf-8"?>
<resources>
<drawable name="exo_styled_controls_play">@drawable/ic_play</drawable>
<drawable name="exo_styled_controls_pause">@drawable/ic_pause</drawable>
</resources>