Add AdaptiveActionsToolbar for better context bar controls.

This commit is contained in:
Alex Hart
2020-02-05 08:51:05 -04:00
committed by GitHub
parent ecf7a416eb
commit 7c729c2c4e
5 changed files with 106 additions and 4 deletions

View File

@@ -454,4 +454,8 @@
<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>
</resources>