mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-27 12:00:03 +03:00
Small issue
This commit is contained in:
parent
d24a51ce67
commit
3bc7b0acee
1 changed files with 2 additions and 1 deletions
|
@ -64,8 +64,9 @@
|
|||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="16dp"
|
||||
app:constraint_referenced_ids="inviteAcceptView,inviteRejectView"
|
||||
app:constraint_referenced_ids="inviteRejectView,inviteAcceptView"
|
||||
app:flow_horizontalGap="4dp"
|
||||
app:flow_horizontalStyle="packed"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/inviteLabelView" />
|
||||
|
|
Loading…
Reference in a new issue