LibreTube/app/src/main/res/values/drawables.xml

8 lines
386 B
XML
Raw Normal View History

2022-07-04 11:58:10 +05:30
<?xml version="1.0" encoding="utf-8"?>
2022-07-04 12:09:06 +05:30
<!-- 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) -->
2022-07-04 11:58:10 +05:30
<resources>
<drawable name="exo_styled_controls_play">@drawable/ic_play</drawable>
<drawable name="exo_styled_controls_pause">@drawable/ic_pause</drawable>
</resources>