2017-01-17 16:07:36 +05:30
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<resources>
|
2020-10-09 20:24:02 +02:00
|
|
|
<attr name="progress_horizontal_drawable" format="reference" />
|
2018-09-01 12:33:08 +02:00
|
|
|
<!-- Can't refer to colors directly in drawable's xml-->
|
2020-10-09 20:24:02 +02: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 03:04:18 -03:00
|
|
|
|
2021-03-29 21:35:00 +03:00
|
|
|
<attr name="actionColor" format="color" />
|
2020-10-09 20:24:02 +02:00
|
|
|
<attr name="separator_color" format="color" />
|
|
|
|
<attr name="contrast_background_color" format="color" />
|
|
|
|
<attr name="windowBackground" format="color" />
|
|
|
|
<attr name="colorPrimary" format="color" />
|
2021-03-29 14:44:29 +03:00
|
|
|
<attr name="toolbarSearchColor" format="reference|color" />
|
2019-04-28 17:43:54 -03:00
|
|
|
|
2020-10-09 20:24:02 +02:00
|
|
|
<attr name="card_item_background_color" format="color" />
|
|
|
|
<attr name="card_item_contrast_color" format="color" />
|
|
|
|
<attr name="border_color" format="color" />
|
|
|
|
</resources>
|