mirror of
https://github.com/element-hq/element-android
synced 2024-11-28 05:31:21 +03:00
Fix issue in layout
This commit is contained in:
parent
7c348959cf
commit
3c64f78159
1 changed files with 1 additions and 10 deletions
|
@ -72,15 +72,6 @@
|
||||||
app:layout_constraintTop_toBottomOf="@+id/roomNameView"
|
app:layout_constraintTop_toBottomOf="@+id/roomNameView"
|
||||||
tools:text="@sample/matrix.json/data/message" />
|
tools:text="@sample/matrix.json/data/message" />
|
||||||
|
|
||||||
<!-- Margin bottom does not work, so I use space -->
|
|
||||||
<Space
|
|
||||||
android:id="@+id/roomLastEventBottomSpace"
|
|
||||||
android:layout_width="0dp"
|
|
||||||
android:layout_height="7dp"
|
|
||||||
app:layout_constraintStart_toStartOf="parent"
|
|
||||||
app:layout_constraintTop_toBottomOf="@+id/roomLastEventView"
|
|
||||||
tools:layout_marginStart="120dp" />
|
|
||||||
|
|
||||||
<com.google.android.material.button.MaterialButton
|
<com.google.android.material.button.MaterialButton
|
||||||
android:id="@+id/joinSuggestedRoomButton"
|
android:id="@+id/joinSuggestedRoomButton"
|
||||||
style="@style/VectorButtonStyleOutlined"
|
style="@style/VectorButtonStyleOutlined"
|
||||||
|
@ -109,7 +100,7 @@
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
app:barrierDirection="bottom"
|
app:barrierDirection="bottom"
|
||||||
app:constraint_referenced_ids="roomAvatarBottomSpace,roomLastEventBottomSpace" />
|
app:constraint_referenced_ids="roomAvatarBottomSpace" />
|
||||||
|
|
||||||
<View
|
<View
|
||||||
android:id="@+id/roomDividerView"
|
android:id="@+id/roomDividerView"
|
||||||
|
|
Loading…
Reference in a new issue