Implement new attachment keyboard.

Such beauty. Such grace.
This commit is contained in:
Greyson Parrelli
2020-01-29 22:13:44 -05:00
committed by Alex Hart
parent 9f7b2e2cfd
commit 109d67956f
35 changed files with 866 additions and 371 deletions

View File

@@ -14,6 +14,9 @@
<attr name="attachment_document_icon_small" format="reference" />
<attr name="attachment_document_icon_large" format="reference" />
<attr name="attachment_keyboard_button_background" format="color|reference" />
<attr name="attachment_keyboard_button_foreground" format="color" />
<attr name="conversation_list_item_background" format="reference"/>
<attr name="conversation_list_item_contact_color" format="reference|color"/>
<attr name="conversation_list_item_subject_color" format="reference|color"/>
@@ -430,4 +433,16 @@
<declare-styleable name="ContactFilterToolbar">
<attr name="searchTextStyle" 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>
</resources>