Add support for creating Megaphones. Includes reactions megaphone.

This commit is contained in:
Greyson Parrelli
2020-01-22 09:22:19 -05:00
parent ef4c7e96da
commit 22f9bfeceb
29 changed files with 1195 additions and 45 deletions

View File

@@ -247,6 +247,12 @@
<attr name="login_top_background" format="color"/>
<attr name="login_floating_background" format="reference"/>
<attr name="megaphone_background" format="color"/>
<attr name="megaphone_background_shadow" format="color|reference"/>
<attr name="megaphone_body_text_color" format="color"/>
<attr name="megaphone_reactions_shade" format="color"/>
<attr name="megaphone_reactions_close_tint" format="color"/>
<declare-styleable name="ColorPreference">
<attr name="itemLayout" format="reference" />
<attr name="choices" format="reference" />