1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-07-20 18:54:31 +00:00
NewPipe/app/src/main/res/values/attrs.xml

23 lines
897 B
XML
Raw Normal View History

2017-01-17 10:37:36 +00:00
<?xml version="1.0" encoding="utf-8"?>
<resources>
2021-03-27 14:45:49 +00:00
2020-10-09 18:24:02 +00:00
<attr name="ic_selected" format="reference" />
2020-10-09 18:24:02 +00:00
<attr name="progress_horizontal_drawable" format="reference" />
<!-- Can't refer to colors directly in drawable's xml-->
2020-10-09 18:24:02 +00:00
<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" />
2020-10-09 18:24:02 +00:00
<attr name="separator_color" format="color" />
<attr name="contrast_background_color" format="color" />
<attr name="windowBackground" format="color" />
<attr name="colorPrimary" format="color" />
2020-10-09 18:24:02 +00:00
<attr name="card_item_background_color" format="color" />
<attr name="card_item_contrast_color" format="color" />
<attr name="border_color" format="color" />
</resources>