Update reactions UI.

This commit is contained in:
Greyson Parrelli
2020-01-31 15:10:59 -05:00
parent 1dd2a4e9c5
commit 73160d4d26
18 changed files with 339 additions and 277 deletions

View File

@@ -97,11 +97,13 @@
<attr name="emoji_category_emoticons" format="reference"/>
<attr name="emoji_variation_selector_background" format="reference|color" />
<attr name="reactions_sent_background" format="reference" />
<attr name="reactions_recv_background" format="reference" />
<attr name="reactions_overlay_old_background" format="reference" />
<attr name="reactions_overlay_scrubber_background" format="reference" />
<attr name="reactions_bottom_dialog_fragment_emoji_selected" format="reference" />
<attr name="reactions_pill_background" format="reference" />
<attr name="reactions_pill_selected_background" format="reference" />
<attr name="reactions_pill_text_color" format="color" />
<attr name="reactions_pill_selected_text_color" format="color" />
<attr name="camera_button_style" />
@@ -447,4 +449,7 @@
<attr name="otv_cornerRadius" format="dimension|reference" />
</declare-styleable>
<declare-styleable name="ReactionsConversationView">
<attr name="rcv_outgoing" format="boolean" />
</declare-styleable>
</resources>