mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2024-11-17 15:24:55 +00:00
33e29be7db
- Refactor VideoItemDetailActivity, StreamExtractorWorker - Remove redundant styles - Change dimensions - Nicer animation/transitions
11 lines
430 B
XML
11 lines
430 B
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="separatorColor" format="color"/>
|
|
</resources> |