1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-06-24 22:23:19 +00:00
NewPipe/app/src/main/res/values/attrs.xml
Stypox a102fc9cad
Use constraint layout for play queue item
Also remove invalid ic_selected attribute
2021-06-07 08:07:27 +02:00

22 lines
955 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<attr name="progress_horizontal_drawable" format="reference" />
<!-- Can't refer to colors directly in drawable's xml-->
<attr name="toolbar_shadow" format="reference" />
<attr name="selector" format="reference" />
<attr name="checked_selector" format="reference" />
<attr name="focused_selector" format="reference" />
<attr name="dashed_border" format="reference" />
<attr name="actionColor" format="color" />
<attr name="separator_color" format="color" />
<attr name="contrast_background_color" format="color" />
<attr name="windowBackground" format="color" />
<attr name="colorPrimary" format="color" />
<attr name="toolbarSearchColor" format="reference|color" />
<attr name="card_item_background_color" format="color" />
<attr name="card_item_contrast_color" format="color" />
<attr name="border_color" format="color" />
</resources>