mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-04 07:17:41 +03:00
69 lines
2.9 KiB
XML
69 lines
2.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
|
|
<declare-styleable name="VectorStyles">
|
|
|
|
<!-- application bar text color -->
|
|
<attr name="vctr_toolbar_primary_text_color" format="color" />
|
|
<attr name="vctr_toolbar_secondary_text_color" format="color" />
|
|
<attr name="vctr_toolbar_link_text_color" format="color" />
|
|
|
|
<!-- default text colors -->
|
|
<attr name="vctr_default_text_hint_color" format="color" />
|
|
|
|
<!-- room message colors -->
|
|
<attr name="vctr_unsent_message_text_color" format="color" />
|
|
<attr name="vctr_message_text_color" format="color" />
|
|
<attr name="vctr_notice_text_color" format="color" />
|
|
<attr name="vctr_notice_secondary" format="color" />
|
|
<attr name="vctr_encrypting_message_text_color" format="color" />
|
|
<attr name="vctr_sending_message_text_color" format="color" />
|
|
<attr name="vctr_markdown_block_background_color" format="color" />
|
|
<attr name="vctr_spoiler_background_color" format="color" />
|
|
|
|
<!-- tab bar colors -->
|
|
<attr name="vctr_tab_bar_inverted_background_color" format="color" />
|
|
|
|
<!-- list colors -->
|
|
<attr name="vctr_list_header_background_color" format="color" />
|
|
<attr name="vctr_list_header_primary_text_color" format="color" />
|
|
<attr name="vctr_list_header_secondary_text_color" format="color" />
|
|
|
|
<attr name="vctr_list_divider_color" format="color" />
|
|
|
|
<!-- outgoing call background color -->
|
|
<attr name="vctr_pending_outgoing_view_background_color" format="color" />
|
|
|
|
<!-- room notification text color (typing, unsent...) -->
|
|
<attr name="vctr_room_notification_text_color" format="color" />
|
|
|
|
<!-- icon colors -->
|
|
<attr name="vctr_icon_tint_on_light_action_bar_color" format="color" />
|
|
<attr name="vctr_settings_icon_tint_color" format="color" />
|
|
|
|
</declare-styleable>
|
|
|
|
<declare-styleable name="PollResultLineView">
|
|
<attr name="optionName" format="string" localization="suggested" />
|
|
<attr name="optionCount" format="string" />
|
|
<attr name="optionSelected" format="boolean" />
|
|
<attr name="optionIsWinner" format="boolean" />
|
|
</declare-styleable>
|
|
|
|
<declare-styleable name="BottomSheetActionButton">
|
|
<attr name="tint" format="color" />
|
|
<attr name="titleTextColor" format="color" />
|
|
<attr name="actionTitle" format="string" />
|
|
<attr name="actionDescription" format="string" />
|
|
<attr name="leftIcon" format="reference" />
|
|
<attr name="rightIcon" format="reference" />
|
|
<attr name="forceStartPadding" format="boolean" />
|
|
</declare-styleable>
|
|
|
|
<declare-styleable name="SignOutBottomSheetActionButton">
|
|
<attr name="iconTint" format="color" />
|
|
<attr name="actionTitle"/>
|
|
<attr name="leftIcon" />
|
|
<attr name="textColor" format="color" />
|
|
</declare-styleable>
|
|
</resources>
|