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" />
|
2017-09-03 06:04:18 +00:00
|
|
|
|
2020-10-09 18:24:02 +00:00
|
|
|
<attr name="progress_horizontal_drawable" format="reference" />
|
2018-09-01 10:33:08 +00:00
|
|
|
<!-- 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" />
|
2017-09-03 06:04:18 +00:00
|
|
|
|
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" />
|
2019-04-28 20:43:54 +00:00
|
|
|
|
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>
|