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

6 lines
326 B
XML
Raw Normal View History

2022-07-04 21:56:14 +05:30
<?xml version="1.0" encoding="utf-8"?><!-- 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>
2022-11-12 22:57:39 +05:30
<drawable name="exo_notification_small_icon">@drawable/ic_launcher_lockscreen</drawable>
2022-07-04 11:58:10 +05:30
</resources>