mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2025-06-25 14:40:09 +03:00
Add an id for ConstraintLayout Flow
This commit is contained in:
parent
b57de8254c
commit
b99d55e5ff
1 changed files with 1 additions and 0 deletions
|
@ -851,6 +851,7 @@
|
||||||
app:layout_constraintWidth_max="48dp" />
|
app:layout_constraintWidth_max="48dp" />
|
||||||
|
|
||||||
<androidx.constraintlayout.helper.widget.Flow
|
<androidx.constraintlayout.helper.widget.Flow
|
||||||
|
android:id="@+id/action_buttons_flow"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
app:constraint_referenced_ids="action_button_reply_container,action_button_boost_container,action_button_quote,action_button_favorite_container,action_button_bookmark,action_button_translate,action_button_maths,status_add_custom_emoji,status_emoji,action_button_more"
|
app:constraint_referenced_ids="action_button_reply_container,action_button_boost_container,action_button_quote,action_button_favorite_container,action_button_bookmark,action_button_translate,action_button_maths,status_add_custom_emoji,status_emoji,action_button_more"
|
||||||
|
|
Loading…
Reference in a new issue