2017-02-01 23:01:34 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<resources>
|
2017-02-13 06:18:17 +01:00
|
|
|
|
|
|
|
<declare-styleable name="StatusButton">
|
|
|
|
<attr name="state_marked" format="boolean" />
|
|
|
|
</declare-styleable>
|
|
|
|
|
|
|
|
<!--Themed Attributes-->
|
2018-01-20 13:39:01 +01:00
|
|
|
<attr name="window_background" format="reference" />
|
|
|
|
<attr name="custom_tab_toolbar" format="reference" />
|
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-11-30 20:12:09 +01:00
|
|
|
<attr name="status_reblog_small_drawable" 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" />
|
2017-07-08 21:44:08 +02:00
|
|
|
<attr name="status_reblog_direct_drawable" format="reference" />
|
2017-03-29 06:22:14 +02:00
|
|
|
<attr name="status_favourite_active_drawable" format="reference" />
|
2017-03-08 05:52:17 +01:00
|
|
|
<attr name="status_favourite_inactive_drawable" 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" />
|
2017-02-17 03:11:05 +01:00
|
|
|
<attr name="media_preview_unloaded_drawable" format="reference" />
|
|
|
|
<attr name="status_divider_drawable" format="reference" />
|
2017-11-30 20:12:09 +01:00
|
|
|
<attr name="conversation_thread_line_drawable" format="reference" />
|
2017-03-27 04:59:16 +02:00
|
|
|
<attr name="tab_icon_selected_tint" format="reference|color" />
|
2017-02-17 03:11:05 +01:00
|
|
|
<attr name="tab_page_margin_drawable" format="reference" />
|
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-03-29 06:22:14 +02:00
|
|
|
<attr name="compose_close_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-11-01 20:59:29 +01:00
|
|
|
<attr name="compose_reply_content_background" format="reference|color" />
|
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-10-27 13:20:17 +02:00
|
|
|
<attr name="card_background" format="reference|color" />
|
|
|
|
<attr name="card_image_background" format="reference|color" />
|
2018-04-13 22:37:21 +02:00
|
|
|
<attr name="compound_button_color" format="reference" />
|
2017-02-13 06:18:17 +01:00
|
|
|
|
2017-11-30 20:12:09 +01:00
|
|
|
<attr name="play_indicator_drawable" format="reference" />
|
2017-12-01 21:52:10 +01:00
|
|
|
<attr name="status_text_small" format="dimension" />
|
|
|
|
<attr name="status_text_medium" format="dimension" />
|
|
|
|
<attr name="status_text_large" format="dimension" />
|
|
|
|
|
|
|
|
|
2017-11-30 20:12:09 +01:00
|
|
|
|
2017-02-01 23:01:34 +01:00
|
|
|
</resources>
|