2017-02-01 23:01:34 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<resources>
|
2017-02-13 06:18:17 +01:00
|
|
|
|
2017-02-01 23:01:34 +01:00
|
|
|
<declare-styleable name="FlowLayout">
|
|
|
|
<attr name="paddingHorizontal" format="dimension" />
|
|
|
|
<attr name="paddingVertical" format="dimension" />
|
|
|
|
</declare-styleable>
|
2017-02-13 06:18:17 +01:00
|
|
|
|
|
|
|
<declare-styleable name="StatusButton">
|
|
|
|
<attr name="state_marked" format="boolean" />
|
|
|
|
</declare-styleable>
|
|
|
|
|
|
|
|
<!--Themed Attributes-->
|
2017-02-16 19:52:55 +01:00
|
|
|
<attr name="toolbar_background_color" format="reference" />
|
|
|
|
<attr name="toolbar_icon_tint" format="reference" />
|
2017-02-13 06:18:17 +01:00
|
|
|
<attr name="image_button_style" format="reference" />
|
2017-02-16 19:52:55 +01:00
|
|
|
<attr name="status_favourite_button_style" format="reference" />
|
|
|
|
<attr name="status_reblog_button_style" format="reference" />
|
2017-02-13 06:18:17 +01:00
|
|
|
<attr name="content_warning_button" format="reference" />
|
2017-02-16 19:52:55 +01:00
|
|
|
<attr name="sensitive_media_warning_background_color" format="reference|color" />
|
|
|
|
<attr name="media_preview_unloaded_background_color" format="reference|color" />
|
2017-02-13 06:18:17 +01:00
|
|
|
<attr name="status_text_color_secondary" format="reference|color" />
|
|
|
|
<attr name="status_divider_color" format="reference|color" />
|
|
|
|
<attr name="tab_page_margin_color" format="reference|color" />
|
2017-02-16 19:52:55 +01:00
|
|
|
<attr name="notification_content" format="reference" />
|
|
|
|
<attr name="notification_icon_tint" format="reference|color" />
|
2017-02-13 06:18:17 +01:00
|
|
|
<attr name="account_header_background_color" format="reference|color" />
|
2017-02-14 03:46:25 +01:00
|
|
|
<attr name="compose_media_button_tint" format="reference|color" />
|
2017-02-16 19:52:55 +01:00
|
|
|
<attr name="compose_mention_color" format="reference|color" />
|
2017-02-13 06:18:17 +01:00
|
|
|
|
2017-02-01 23:01:34 +01:00
|
|
|
</resources>
|