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-03-08 05:52:17 +01:00
|
|
|
<attr name="status_reblog_inactive_drawable" format="reference" />
|
|
|
|
<attr name="status_reblog_disabled_drawable" format="reference" />
|
|
|
|
<attr name="status_favourite_inactive_drawable" format="reference" />
|
2017-02-18 05:10:46 +01:00
|
|
|
<attr name="status_favourite_button_marked_tint" format="reference|color" />
|
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" />
|
2017-02-17 03:11:05 +01:00
|
|
|
<attr name="media_preview_unloaded_drawable" format="reference" />
|
|
|
|
<attr name="status_divider_drawable" format="reference" />
|
|
|
|
<attr name="tab_page_margin_drawable" format="reference" />
|
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-03-07 08:28:12 +01:00
|
|
|
<attr name="account_toolbar_icon_tint_uncollapsed" format="reference|color" />
|
|
|
|
<attr name="account_toolbar_icon_tint_collapsed" format="reference|color" />
|
|
|
|
<attr name="account_toolbar_popup_theme" format="reference" />
|
2017-02-14 03:46:25 +01:00
|
|
|
<attr name="compose_media_button_tint" format="reference|color" />
|
2017-02-18 05:10:46 +01:00
|
|
|
<attr name="compose_media_button_disabled_tint" format="reference|color" />
|
2017-02-16 19:52:55 +01:00
|
|
|
<attr name="compose_mention_color" format="reference|color" />
|
2017-02-27 06:21:46 +01:00
|
|
|
<attr name="compose_content_warning_bar_background" format="reference" />
|
2017-03-27 00:26:47 +02:00
|
|
|
<attr name="compose_send_private_drawable" format="reference" />
|
2017-02-27 06:21:46 +01:00
|
|
|
<attr name="report_status_background_color" format="reference|color" />
|
2017-03-01 03:38:47 +01:00
|
|
|
<attr name="report_status_divider_drawable" format="reference" />
|
2017-02-13 06:18:17 +01:00
|
|
|
|
2017-02-01 23:01:34 +01:00
|
|
|
</resources>
|