forked from GitHub-Mirror/riotX-android
Reactions: Display existing reactions below the message
- Reaction Button Bellow the message - Upgrade to constraint layout 2.0.0 beta (for Constraint Helpers / Flow) - Added tap on member name action - Cleaning
This commit is contained in:
@ -266,5 +266,6 @@
|
||||
|
||||
<style name="TimelineContentStubLayoutParams" parent="TimelineContentStubBaseParams">
|
||||
<item name="layout_constraintTop_toBottomOf">@id/messageMemberNameView</item>
|
||||
<item name="layout_constraintBottom_toTopOf">@id/messageBottomInfo</item>
|
||||
</style>
|
||||
</resources>
|
13
vector/src/main/res/values/values.xml
Normal file
13
vector/src/main/res/values/values.xml
Normal file
@ -0,0 +1,13 @@
|
||||
<?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>
|
Reference in New Issue
Block a user