diff --git a/app/src/main/res/layout/fragment_cafeteria.xml b/app/src/main/res/layout/fragment_cafeteria.xml index 620669b6..5982cd6a 100644 --- a/app/src/main/res/layout/fragment_cafeteria.xml +++ b/app/src/main/res/layout/fragment_cafeteria.xml @@ -19,8 +19,8 @@ android:id="@+id/nsv_cafeteria_content" android:layout_width="0dp" android:layout_height="0dp" - android:fillViewport="true" android:layout_marginBottom="20dp" + android:fillViewport="true" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" @@ -147,6 +147,7 @@ android:layout_height="wrap_content" android:layout_marginVertical="8dp" android:layout_marginStart="8dp" + android:overScrollMode="never" tools:listitem="@layout/item_cafeteria_menu" /> @@ -187,6 +188,7 @@ android:layout_height="wrap_content" android:layout_marginVertical="8dp" android:layout_marginStart="8dp" + android:overScrollMode="never" tools:listitem="@layout/item_cafeteria_menu" />