2018-06-07 16:44:43 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<resources>
|
2018-06-19 15:00:13 +02:00
|
|
|
<declare-styleable name="AppTheme">
|
2018-06-20 18:46:14 +02:00
|
|
|
<attr name="card_bg_color" format="reference" />
|
2018-06-21 11:44:43 +02:00
|
|
|
<attr name="card_divider_color" format="reference" />
|
2018-06-20 18:46:14 +02:00
|
|
|
<attr name="screen_bg_color" format="reference" />
|
2018-06-19 15:00:13 +02:00
|
|
|
<attr name="icon_color" format="reference" />
|
|
|
|
<attr name="ctrl_active_color" format="reference" />
|
|
|
|
<attr name="ctrl_color" format="reference" />
|
|
|
|
<attr name="bottom_nav_shadow" format="reference" />
|
2018-06-26 20:29:38 +02:00
|
|
|
<attr name="primary_btn_bg" format="reference" />
|
|
|
|
<attr name="primary_btn_text_color" format="reference" />
|
|
|
|
<attr name="secondary_btn_bg" format="reference" />
|
2018-08-08 10:44:54 +02:00
|
|
|
<attr name="shared_chat_card_bg" format="reference" />
|
2020-01-09 17:01:00 +01:00
|
|
|
<attr name="bg_list_item_dark" format="reference" />
|
2018-06-19 15:00:13 +02:00
|
|
|
</declare-styleable>
|
2018-06-27 13:56:45 +02:00
|
|
|
|
|
|
|
<declare-styleable name="TextViewEx">
|
|
|
|
<attr name="typeface" format="reference|string" />
|
|
|
|
</declare-styleable>
|
2018-06-07 16:44:43 +02:00
|
|
|
</resources>
|