Signal-Android/app/src/main/res/values/attrs.xml

341 lines
13 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<resources>
<attr name="theme_type" format="string"/>
<attr name="search_view_style" format="reference" />
<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"/>
<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"/>
<attr name="emoji_category_emoticons" format="reference"/>
2021-05-12 13:02:44 -03:00
<attr name="settingsToolbarStyle" format="reference" />
<attr name="contact_filter_toolbar_icon_tint" format="color" />
<declare-styleable name="CustomDefaultPreference">
<attr name="custom_pref_toggle" format="string"/>
</declare-styleable>
<declare-styleable name="ColorPreference">
<attr name="itemLayout" format="reference" />
<attr name="choices" format="reference" />
<attr name="numColumns" format="integer" />
</declare-styleable>
<declare-styleable name="AvatarImageView">
<attr name="inverted" format="boolean" />
<attr name="fallbackImageSize" format="enum">
<enum name="large" value="1" />
<enum name="small" value="2" />
</attr>
</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" />
<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>
<!-- 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" />
</declare-styleable>
<declare-styleable name="DeliveryStatusView">
<attr name="iconColor" format="color" />
</declare-styleable>
<declare-styleable name="AlertView">
<attr name="useSmallIcon" format="boolean" />
</declare-styleable>
<declare-styleable name="AudioView">
<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" />
2021-07-09 10:34:36 -03:00
<attr name="audioView_showSeekBar" format="boolean" />
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>
</declare-styleable>
<declare-styleable name="CircleColorImageView">
<attr name="circleColor" format="color"/>
</declare-styleable>
<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>
<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>
<declare-styleable name="SquareFrameLayout">
<attr name="square_height" format="boolean"/>
</declare-styleable>
<declare-styleable name="VerticalSlideColorPicker">
<attr name="pickerBorderColor" format="color" />
<attr name="pickerBorderWidth" format="dimension" />
<attr name="pickerColors" format="reference" />
<attr name="pickerOrientation" format="enum">
<enum name="vertical" value="0" />
<enum name="horizontal" value="1" />
</attr>
</declare-styleable>
<declare-styleable name="EmojiTextView">
<attr name="measureLastLine" format="boolean" />
<attr name="scaleEmojis" format="boolean" />
<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" />
</declare-styleable>
<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">
<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" />
<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" />
<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" />
<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">
2021-07-29 16:46:32 -03:00
<attr name="revealable_textColor" format="color" />
<attr name="revealable_openedIconColor" format="color" />
<attr name="revealable_unopenedIconColor" format="color" />
<attr name="revealable_circleColor" format="color" />
<attr name="revealable_circleColorWithWallpaper" format="color" />
2019-06-11 02:18:45 -04:00
</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>
<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>
<declare-styleable name="ContactFilterToolbar">
<attr name="searchTextStyle" format="reference" />
<attr name="showDialpad" format="boolean" />
<attr name="cfv_autoFocus" format="boolean" />
<attr name="cfv_background" format="reference" />
</declare-styleable>
<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>
<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" />
<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" />
<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">
<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>
<declare-styleable name="WarningTextView">
<attr name="warning_text_color" format="color|reference" />
</declare-styleable>
<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>
<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>
2021-07-20 13:08:52 -03:00
<declare-styleable name="ButtonStripItemView">
<attr name="bsiv_icon" format="reference" />
<attr name="bsiv_label" format="string" />
<attr name="bsiv_icon_contentDescription" format="string" />
</declare-styleable>
<declare-styleable name="BadgeImageView">
<attr name="badge_size" format="enum">
<enum name="small" value="0" />
<enum name="medium" value="1" />
<enum name="large" value="2" />
<enum name="xlarge" value="3" />
<enum name="badge_64" value="4" />
<enum name="badge_112" value="5" />
</attr>
</declare-styleable>
</resources>