mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-16 23:30:29 +05:30
9 lines
387 B
XML
9 lines
387 B
XML
|
<!-- 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>
|