2013-06-21 11:56:59 -07:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<resources>
|
2015-07-01 12:22:42 -07:00
|
|
|
<attr name="theme_type" format="string"/>
|
2019-10-07 15:43:36 -03:00
|
|
|
|
|
|
|
<attr name="search_view_style" format="reference" />
|
|
|
|
<attr name="search_view_style_dark" format="reference" />
|
|
|
|
|
2015-06-08 17:54:16 +02:00
|
|
|
<attr name="emoji_category_recent" format="reference"/>
|
|
|
|
<attr name="emoji_category_people" format="reference"/>
|
|
|
|
<attr name="emoji_category_nature" format="reference"/>
|
2016-12-10 16:53:10 -08:00
|
|
|
<attr name="emoji_category_foods" format="reference"/>
|
|
|
|
<attr name="emoji_category_activity" format="reference"/>
|
2015-06-08 17:54:16 +02:00
|
|
|
<attr name="emoji_category_places" format="reference"/>
|
2016-12-10 16:53:10 -08:00
|
|
|
<attr name="emoji_category_objects" format="reference"/>
|
2020-02-16 23:04:51 -05:00
|
|
|
<attr name="emoji_category_symbols" format="reference"/>
|
2016-12-10 16:53:10 -08:00
|
|
|
<attr name="emoji_category_flags" format="reference"/>
|
2015-06-08 17:54:16 +02:00
|
|
|
<attr name="emoji_category_emoticons" format="reference"/>
|
2014-02-24 14:43:38 -08:00
|
|
|
|
2021-05-12 13:02:44 -03:00
|
|
|
<attr name="settingsToolbarStyle" format="reference" />
|
|
|
|
|
2019-10-07 15:43:36 -03:00
|
|
|
<attr name="contact_filter_toolbar_icon_tint" format="color" />
|
|
|
|
|
2015-02-16 20:31:44 -08:00
|
|
|
<declare-styleable name="CustomDefaultPreference">
|
|
|
|
<attr name="custom_pref_toggle" format="string"/>
|
|
|
|
</declare-styleable>
|
|
|
|
|
2015-06-24 13:17:58 -07:00
|
|
|
<declare-styleable name="ColorPreference">
|
|
|
|
<attr name="itemLayout" format="reference" />
|
|
|
|
<attr name="choices" format="reference" />
|
|
|
|
<attr name="numColumns" format="integer" />
|
|
|
|
</declare-styleable>
|
|
|
|
|
2015-06-29 15:33:36 -07:00
|
|
|
<declare-styleable name="AvatarImageView">
|
2015-11-02 17:40:41 -08:00
|
|
|
<attr name="inverted" format="boolean" />
|
2019-10-07 15:43:36 -03:00
|
|
|
<attr name="fallbackImageSize" format="enum">
|
|
|
|
<enum name="large" value="1" />
|
|
|
|
<enum name="small" value="2" />
|
|
|
|
</attr>
|
2015-06-29 15:33:36 -07:00
|
|
|
</declare-styleable>
|
|
|
|
|
2020-03-03 18:34:55 -04:00
|
|
|
<attr name="minWidth" format="dimension" />
|
|
|
|
<attr name="maxWidth" format="dimension" />
|
|
|
|
<attr name="minHeight" format="dimension" />
|
|
|
|
<attr name="maxHeight" format="dimension" />
|
|
|
|
|
2015-07-15 13:42:59 -07:00
|
|
|
<declare-styleable name="ThumbnailView">
|
2020-03-03 18:34:55 -04:00
|
|
|
<attr name="minWidth" />
|
|
|
|
<attr name="maxWidth" />
|
|
|
|
<attr name="minHeight" />
|
|
|
|
<attr name="maxHeight" />
|
2018-07-12 16:03:32 -07:00
|
|
|
<attr name="thumbnail_radius" format="dimension" />
|
2019-12-30 16:13:18 -05:00
|
|
|
<attr name="thumbnail_fit" format="enum">
|
|
|
|
<enum name="center_crop" value="0" />
|
|
|
|
<enum name="fit_center" value="1" />
|
|
|
|
</attr>
|
2021-06-24 13:52:54 -03:00
|
|
|
<!-- Color to overlay on top of image. This should be a transparent color so that the user can still see the original thumbnail underneath. -->
|
|
|
|
<attr name="transparent_overlay_color" format="color" />
|
2015-07-15 13:42:59 -07:00
|
|
|
</declare-styleable>
|
2015-10-21 15:32:29 -07:00
|
|
|
|
2015-11-24 16:06:41 +01:00
|
|
|
<declare-styleable name="DeliveryStatusView">
|
|
|
|
<attr name="iconColor" format="color" />
|
|
|
|
</declare-styleable>
|
|
|
|
|
|
|
|
<declare-styleable name="AlertView">
|
|
|
|
<attr name="useSmallIcon" format="boolean" />
|
|
|
|
</declare-styleable>
|
|
|
|
|
2015-10-21 15:32:29 -07:00
|
|
|
<declare-styleable name="AudioView">
|
2016-11-21 18:58:10 -08:00
|
|
|
<attr name="foregroundTintColor" format="color" />
|
|
|
|
<attr name="backgroundTintColor" format="color" />
|
2020-10-22 16:22:21 -03:00
|
|
|
<attr name="waveformThumbTint" format="color" />
|
2020-05-28 16:50:27 -03:00
|
|
|
<attr name="waveformPlayedBarsColor" format="color" />
|
|
|
|
<attr name="waveformUnplayedBarsColor" format="color" />
|
2020-10-22 16:22:21 -03:00
|
|
|
<attr name="progressAndPlayTint" format="color" />
|
2019-12-03 11:05:03 -05:00
|
|
|
<attr name="autoRewind" format="boolean" />
|
2021-07-02 10:28:45 -03:00
|
|
|
<attr name="audioView_mode" format="enum">
|
|
|
|
<enum name="normal" value="0" />
|
|
|
|
<enum name="small" value="1" />
|
|
|
|
<enum name="draft" value="2" />
|
|
|
|
</attr>
|
2015-10-21 15:32:29 -07:00
|
|
|
</declare-styleable>
|
|
|
|
|
2015-10-28 09:47:09 -07:00
|
|
|
<declare-styleable name="CircleColorImageView">
|
|
|
|
<attr name="circleColor" format="color"/>
|
|
|
|
</declare-styleable>
|
|
|
|
|
2015-11-19 10:21:19 -08:00
|
|
|
<declare-styleable name="ShapeScrim">
|
|
|
|
<attr name="shape" format="string"/>
|
|
|
|
<attr name="radius" format="float"/>
|
|
|
|
</declare-styleable>
|
|
|
|
|
|
|
|
<declare-styleable name="CameraView">
|
|
|
|
<attr name="camera" format="integer"/>
|
|
|
|
</declare-styleable>
|
|
|
|
|
2016-08-15 20:23:56 -07:00
|
|
|
<declare-styleable name="HourglassView">
|
|
|
|
<attr name="full" format="reference"/>
|
|
|
|
<attr name="empty" format="reference"/>
|
|
|
|
<attr name="tint" format="color"/>
|
|
|
|
<attr name="percentage" format="integer"/>
|
|
|
|
<attr name="offset" format="integer"/>
|
|
|
|
</declare-styleable>
|
|
|
|
|
2016-11-25 22:37:23 -08:00
|
|
|
<declare-styleable name="SquareFrameLayout">
|
|
|
|
<attr name="square_height" format="boolean"/>
|
|
|
|
</declare-styleable>
|
|
|
|
|
2016-12-08 14:20:38 -08:00
|
|
|
<declare-styleable name="VerticalSlideColorPicker">
|
|
|
|
<attr name="pickerBorderColor" format="color" />
|
|
|
|
<attr name="pickerBorderWidth" format="dimension" />
|
|
|
|
<attr name="pickerColors" format="reference" />
|
|
|
|
</declare-styleable>
|
|
|
|
|
2017-04-25 19:09:35 -05:00
|
|
|
<declare-styleable name="EmojiTextView">
|
|
|
|
<attr name="scaleEmojis" format="boolean" />
|
2019-02-26 19:29:52 -08:00
|
|
|
<attr name="emoji_maxLength" format="integer" />
|
2020-02-04 00:42:41 -05:00
|
|
|
<attr name="emoji_forceCustom" format="boolean" />
|
2020-08-05 16:45:52 -04:00
|
|
|
<attr name="emoji_renderMentions" format="boolean" />
|
2017-04-25 19:09:35 -05:00
|
|
|
</declare-styleable>
|
2017-03-28 12:05:30 -07:00
|
|
|
|
2017-09-20 18:10:44 -07:00
|
|
|
<declare-styleable name="RingtonePreference">
|
|
|
|
<attr name="showAdd" format="boolean" />
|
|
|
|
<attr name="summaryHasRingtone" format="string|reference" />
|
|
|
|
</declare-styleable>
|
|
|
|
|
|
|
|
<declare-styleable name="ColorPickerPreference">
|
|
|
|
<attr name="currentColor" format="reference" />
|
|
|
|
|
|
|
|
<attr name="colors" format="reference" />
|
|
|
|
|
|
|
|
<attr name="sortColors" format="boolean|reference" />
|
|
|
|
|
|
|
|
<attr name="colorDescriptions" format="reference" />
|
|
|
|
|
|
|
|
<attr name="columns" format="integer|reference" />
|
|
|
|
|
|
|
|
<attr name="colorSize" format="enum|reference">
|
|
|
|
<enum name="large" value="1" />
|
|
|
|
<enum name="small" value="2" />
|
|
|
|
</attr>
|
|
|
|
</declare-styleable>
|
|
|
|
|
2018-02-07 14:01:37 -08:00
|
|
|
<declare-styleable name="QuoteView">
|
2018-04-02 16:17:32 -07:00
|
|
|
<attr name="message_type" format="enum">
|
|
|
|
<enum name="preview" value="0" />
|
|
|
|
<enum name="outgoing" value="1" />
|
|
|
|
<enum name="incoming" value="2" />
|
|
|
|
</attr>
|
2018-06-26 10:27:44 -07:00
|
|
|
<attr name="quote_colorPrimary" format="color" />
|
|
|
|
<attr name="quote_colorSecondary" format="color" />
|
|
|
|
</declare-styleable>
|
|
|
|
|
|
|
|
<declare-styleable name="SharedContactView">
|
|
|
|
<attr name="contact_titleColor" format="color" />
|
|
|
|
<attr name="contact_captionColor" format="color" />
|
2018-07-20 15:40:13 -07:00
|
|
|
<attr name="contact_footerIconColor" format="color" />
|
|
|
|
<attr name="contact_footerAlpha" format="float" />
|
2018-06-26 10:27:44 -07:00
|
|
|
</declare-styleable>
|
|
|
|
|
2019-01-15 00:41:05 -08:00
|
|
|
<declare-styleable name="LinkPreviewView">
|
|
|
|
<attr name="linkpreview_type" format="enum">
|
|
|
|
<enum name="conversation" value="0" />
|
|
|
|
<enum name="compose" value="1" />
|
|
|
|
</attr>
|
|
|
|
</declare-styleable>
|
|
|
|
|
2018-06-26 10:27:44 -07:00
|
|
|
<declare-styleable name="DocumentView">
|
|
|
|
<attr name="doc_titleColor" format="color" />
|
|
|
|
<attr name="doc_captionColor" format="color" />
|
2018-10-16 10:58:19 -07:00
|
|
|
<attr name="doc_downloadButtonTint" format="color" />
|
2018-02-07 14:01:37 -08:00
|
|
|
</declare-styleable>
|
|
|
|
|
2018-06-26 10:27:44 -07:00
|
|
|
<declare-styleable name="ConversationItemFooter">
|
2018-07-20 15:40:13 -07:00
|
|
|
<attr name="footer_text_color" format="color" />
|
|
|
|
<attr name="footer_icon_color" format="color" />
|
2020-10-22 16:22:21 -03:00
|
|
|
<attr name="footer_reveal_dot_color" format="color" />
|
2021-06-30 16:07:00 -03:00
|
|
|
<attr name="footer_mode" format="enum">
|
|
|
|
<enum name="outgoing" value="0" />
|
|
|
|
<enum name="incoming" value="1" />
|
|
|
|
</attr>
|
2018-06-26 10:27:44 -07:00
|
|
|
</declare-styleable>
|
|
|
|
|
|
|
|
<declare-styleable name="ConversationItemThumbnail">
|
|
|
|
<attr name="conversationThumbnail_minWidth" format="dimension" />
|
|
|
|
<attr name="conversationThumbnail_maxWidth" format="dimension" />
|
|
|
|
<attr name="conversationThumbnail_minHeight" format="dimension" />
|
|
|
|
<attr name="conversationThumbnail_maxHeight" format="dimension" />
|
2021-04-20 15:12:35 -03:00
|
|
|
<attr name="conversationThumbnail_gifWidth" format="dimension" />
|
2018-06-26 10:27:44 -07:00
|
|
|
</declare-styleable>
|
2017-11-08 12:20:11 -08:00
|
|
|
|
2018-10-29 15:14:31 -07:00
|
|
|
<declare-styleable name="TypingIndicatorView">
|
|
|
|
<attr name="typingIndicator_tint" format="color" />
|
|
|
|
</declare-styleable>
|
|
|
|
|
2018-11-08 23:33:37 -08:00
|
|
|
<declare-styleable name="MaxHeightScrollView">
|
|
|
|
<attr name="scrollView_maxHeight" format="dimension" />
|
|
|
|
</declare-styleable>
|
|
|
|
|
2019-02-13 11:52:55 -08:00
|
|
|
<declare-styleable name="LabeledEditText">
|
|
|
|
<attr name="labeledEditText_label" format="string" />
|
|
|
|
<attr name="labeledEditText_background" format="color" />
|
|
|
|
<attr name="labeledEditText_textLayout" format="reference" />
|
|
|
|
</declare-styleable>
|
2019-06-11 02:18:45 -04:00
|
|
|
|
2019-07-31 19:33:56 -04:00
|
|
|
<declare-styleable name="ViewOnceMessageView">
|
2019-06-11 02:18:45 -04:00
|
|
|
<attr name="revealable_unopenedForegroundColor" format="color" />
|
|
|
|
<attr name="revealable_openedForegroundColor" format="color" />
|
|
|
|
</declare-styleable>
|
2019-08-30 17:45:35 -04:00
|
|
|
|
|
|
|
<declare-styleable name="MediaKeyboard">
|
|
|
|
<attr name="tabs_gravity" format="enum">
|
|
|
|
<enum name="bottom" value="0" />
|
|
|
|
<enum name="top" value="1" />
|
|
|
|
</attr>
|
|
|
|
</declare-styleable>
|
2019-09-06 13:28:54 -03:00
|
|
|
|
|
|
|
<declare-styleable name="CameraXFlashState">
|
|
|
|
<attr name="state_flash_auto" format="boolean" />
|
|
|
|
<attr name="state_flash_off" format="boolean" />
|
|
|
|
<attr name="state_flash_on" format="boolean" />
|
|
|
|
</declare-styleable>
|
2019-10-07 15:43:36 -03:00
|
|
|
|
|
|
|
<declare-styleable name="ContactFilterToolbar">
|
|
|
|
<attr name="searchTextStyle" format="reference" />
|
2020-06-09 12:09:59 -03:00
|
|
|
<attr name="showDialpad" format="boolean" />
|
2019-10-07 15:43:36 -03:00
|
|
|
</declare-styleable>
|
2020-01-29 22:13:44 -05:00
|
|
|
|
|
|
|
<declare-styleable name="SquareImageView">
|
|
|
|
<attr name="siv_dominant" format="enum">
|
|
|
|
<enum name="width" value="0" />
|
|
|
|
<enum name="height" value="1" />
|
|
|
|
</attr>
|
|
|
|
</declare-styleable>
|
|
|
|
|
|
|
|
<declare-styleable name="OutlinedThumbnailView">
|
|
|
|
<attr name="otv_cornerRadius" format="dimension|reference" />
|
|
|
|
</declare-styleable>
|
|
|
|
|
2020-01-31 15:10:59 -05:00
|
|
|
<declare-styleable name="ReactionsConversationView">
|
|
|
|
<attr name="rcv_outgoing" format="boolean" />
|
|
|
|
</declare-styleable>
|
2020-02-05 08:51:05 -04:00
|
|
|
|
|
|
|
<declare-styleable name="AdaptiveActionsToolbar">
|
|
|
|
<attr name="aat_max_shown" format="integer" />
|
|
|
|
</declare-styleable>
|
2020-02-13 14:22:21 -04:00
|
|
|
|
|
|
|
<declare-styleable name="VideoThumbnailsRangeSelectorView">
|
|
|
|
<attr name="thumbWidth" format="dimension" />
|
|
|
|
<attr name="thumbColorEdited" format="color" />
|
|
|
|
<attr name="thumbColor" format="color" />
|
|
|
|
<attr name="cursorWidth" format="dimension" />
|
|
|
|
<attr name="cursorColor" format="color" />
|
|
|
|
<attr name="thumbTouchRadius" format="dimension" />
|
2020-03-05 15:13:22 -04:00
|
|
|
<attr name="thumbHintTextSize" format="dimension" />
|
|
|
|
<attr name="thumbHintTextColor" format="color" />
|
|
|
|
<attr name="thumbHintBackgroundColor" format="color" />
|
2020-02-13 14:22:21 -04:00
|
|
|
</declare-styleable>
|
|
|
|
|
2020-03-03 18:34:55 -04:00
|
|
|
<declare-styleable name="GroupMemberListView">
|
|
|
|
<attr name="maxHeight" />
|
2020-07-16 15:52:24 -04:00
|
|
|
<attr name="selectable" format="boolean" />
|
2020-03-03 18:34:55 -04:00
|
|
|
</declare-styleable>
|
|
|
|
|
2020-07-21 15:54:34 -03:00
|
|
|
<declare-styleable name="PopupMenuView">
|
|
|
|
<attr name="background_tint" format="color" />
|
|
|
|
</declare-styleable>
|
|
|
|
|
2020-08-31 12:35:38 -03:00
|
|
|
<declare-styleable name="QrView">
|
|
|
|
<attr name="qr_foreground_color" format="color" />
|
|
|
|
<attr name="qr_background_color" format="color" />
|
|
|
|
</declare-styleable>
|
|
|
|
|
2020-04-23 16:20:59 -03:00
|
|
|
<declare-styleable name="WebRtcAudioOutputToggleButtonState">
|
2020-05-21 16:57:21 -03:00
|
|
|
<attr name="state_speaker_on" format="boolean" />
|
|
|
|
<attr name="state_speaker_off" format="boolean" />
|
|
|
|
<attr name="state_headset_selected" format="boolean" />
|
|
|
|
<attr name="state_speaker_selected" format="boolean" />
|
|
|
|
<attr name="state_handset_selected" format="boolean" />
|
2020-04-23 16:20:59 -03:00
|
|
|
</declare-styleable>
|
2020-08-13 15:37:15 -03:00
|
|
|
|
|
|
|
<declare-styleable name="ConversationScrollToView">
|
|
|
|
<attr name="cstv_scroll_button_src" format="reference" />
|
|
|
|
</declare-styleable>
|
2020-10-22 14:52:05 -03:00
|
|
|
|
|
|
|
<declare-styleable name="WarningTextView">
|
|
|
|
<attr name="warning_text_color" format="color|reference" />
|
|
|
|
</declare-styleable>
|
2021-04-06 13:03:33 -03:00
|
|
|
|
|
|
|
<declare-styleable name="MoneyView">
|
|
|
|
<attr name="always_show_sign" format="boolean" />
|
|
|
|
<attr name="money" format="string" />
|
|
|
|
</declare-styleable>
|
2021-05-03 11:34:41 -03:00
|
|
|
|
|
|
|
<declare-styleable name="ChatColorPreviewView">
|
|
|
|
<attr name="ccpv_chat_bubble_count" format="integer" />
|
|
|
|
</declare-styleable>
|
2021-05-26 10:47:14 -03:00
|
|
|
|
|
|
|
<declare-styleable name="KeyboardPageSearchView">
|
|
|
|
<attr name="show_always" format="boolean" />
|
|
|
|
<attr name="search_bar_tint" format="color|reference" />
|
|
|
|
<attr name="search_icon_tint" format="color|reference" />
|
|
|
|
<attr name="search_hint" format="string|reference" />
|
|
|
|
<attr name="click_only" format="boolean" />
|
|
|
|
</declare-styleable>
|
2021-06-25 16:39:04 -04:00
|
|
|
|
|
|
|
<declare-styleable name="TopShadowBehavior">
|
|
|
|
<attr name="app_bar_layout_id" format="reference" />
|
|
|
|
</declare-styleable>
|
|
|
|
|
|
|
|
<declare-styleable name="BottomShadowBehavior">
|
|
|
|
<attr name="bottom_bar_id" format="reference" />
|
|
|
|
</declare-styleable>
|
2014-02-26 00:30:29 -08:00
|
|
|
</resources>
|