|
|
|
|
@ -32,7 +32,6 @@ |
|
|
|
|
android:layout_height="match_parent" |
|
|
|
|
android:fillViewport="true" |
|
|
|
|
android:paddingBottom="56dp" |
|
|
|
|
android:clipToPadding="false" |
|
|
|
|
app:layout_behavior="@string/appbar_scrolling_view_behavior"> |
|
|
|
|
|
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout |
|
|
|
|
@ -43,6 +42,7 @@ |
|
|
|
|
android:id="@+id/recyclerView" |
|
|
|
|
android:layout_width="0dp" |
|
|
|
|
android:layout_height="0dp" |
|
|
|
|
android:clipToPadding="false" |
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
|
|