mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-04 07:17:41 +03:00
00fd866cc8
- Reaction Button Bellow the message - Upgrade to constraint layout 2.0.0 beta (for Constraint Helpers / Flow) - Added tap on member name action - Cleaning
13 lines
557 B
XML
13 lines
557 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
|
|
<declare-styleable name="ReactionButton">
|
|
<attr name="dots_primary_color" format="color|reference" />
|
|
<attr name="dots_secondary_color" format="color|reference" />
|
|
<attr name="circle_start_color" format="color|reference" />
|
|
<attr name="circle_end_color" format="color|reference" />
|
|
<attr name="toggled" format="boolean" />
|
|
<attr name="emoji" format="string"/>
|
|
<attr name="reaction_count" format="integer"/>
|
|
</declare-styleable>
|
|
</resources>
|