mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2024-11-07 18:40:04 +00:00
6a9e3ef639
-Added icons for shuffle and drag handle. -Fixed exception when returning to background player activity after service shuts down. -Fixed open detail only working for Youtube.
29 lines
1.2 KiB
XML
29 lines
1.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<attr name="thumbs_up" format="reference"/>
|
|
<attr name="thumbs_down" format="reference"/>
|
|
<attr name="audio" format="reference"/>
|
|
<attr name="download" format="reference"/>
|
|
<attr name="share" format="reference"/>
|
|
<attr name="cast" format="reference"/>
|
|
<attr name="rss" format="reference"/>
|
|
<attr name="search" format="reference"/>
|
|
<attr name="close" format="reference"/>
|
|
<attr name="filter" format="reference"/>
|
|
<attr name="popup" format="reference"/>
|
|
<attr name="expand" format="reference"/>
|
|
<attr name="collapse" format="reference"/>
|
|
<attr name="volume_off" format="reference"/>
|
|
<attr name="clear_history" format="reference" />
|
|
<attr name="palette" format="reference"/>
|
|
<attr name="language" format="reference"/>
|
|
<attr name="history" format="reference"/>
|
|
<attr name="reorder" format="reference"/>
|
|
|
|
<!-- Can't refer to colors directly into drawable's xml-->
|
|
<attr name="toolbar_shadow_drawable" format="reference"/>
|
|
|
|
<attr name="selector_color" format="color"/>
|
|
<attr name="separator_color" format="color"/>
|
|
<attr name="contrast_background_color" format="color"/>
|
|
</resources> |