|
|
@@ -4,6 +4,7 @@
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
android:id="@+id/room_info_layout"
|
|
|
android:layout_width="match_parent"
|
|
|
+ android:layout_marginEnd="14dp"
|
|
|
android:layout_height="76dp">
|
|
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
|
@@ -108,7 +109,6 @@
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginStart="4dp"
|
|
|
- android:layout_marginEnd="14dp"
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
app:layout_constraintStart_toEndOf="@id/room_info_view"
|