mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-08 17:27:44 +03:00
81 lines
3.3 KiB
XML
81 lines
3.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
|
|
<!-- 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" />
|
|
|
|
<!-- 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" />
|
|
|
|
<!-- list colors -->
|
|
<attr name="vctr_list_header_background_color" format="color" />
|
|
|
|
<attr name="vctr_list_divider_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" />
|
|
|
|
<attr name="vctr_social_login_button_google_style" format="reference" />
|
|
<attr name="vctr_social_login_button_github_style" format="reference" />
|
|
<attr name="vctr_social_login_button_facebook_style" format="reference" />
|
|
<attr name="vctr_social_login_button_twitter_style" format="reference" />
|
|
<attr name="vctr_social_login_button_apple_style" format="reference" />
|
|
<attr name="vctr_social_login_button_gitlab_style" format="reference" />
|
|
|
|
<attr name="vctr_chat_effect_snow_background" format="color" />
|
|
|
|
<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>
|
|
|
|
<attr name="iconTint" format="color" />
|
|
|
|
<declare-styleable name="SignOutBottomSheetActionButton">
|
|
<attr name="iconTint"/>
|
|
<attr name="actionTitle" />
|
|
<attr name="leftIcon" />
|
|
<attr name="textColor" format="color" />
|
|
</declare-styleable>
|
|
|
|
<declare-styleable name="SocialLoginButtonsView">
|
|
<attr name="signMode" format="enum">
|
|
<enum name="signin" value="0" />
|
|
<enum name="signup" value="1" />
|
|
<enum name="continue_with" value="2" />
|
|
</attr>
|
|
</declare-styleable>
|
|
|
|
<declare-styleable name="WizardButtonView">
|
|
<attr name="icon" format="reference" />
|
|
<attr name="iconTint"/>
|
|
<attr name="title" format="string" />
|
|
<attr name="subTitle" format="string" />
|
|
</declare-styleable>
|
|
|
|
</resources>
|