This commit is contained in:
2022-06-29 18:54:11 +02:00
parent 3479ee2b87
commit 71f6dc83fb
6 changed files with 9 additions and 7 deletions

View File

@@ -79,8 +79,7 @@
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/title_layout">
app:layout_constraintStart_toStartOf="parent">
<androidx.recyclerview.widget.RecyclerView
@@ -89,6 +88,7 @@
android:layout_height="0dp"
android:focusableInTouchMode="true"
android:orientation="vertical"
tools:listitem="@layout/layout_filter_agente__list_item"
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHeight_max="270dp"