diff --git a/app/src/main/res/layout/fragment_mensa.xml b/app/src/main/res/layout/fragment_mensa.xml index f37da0f..cddb0f2 100644 --- a/app/src/main/res/layout/fragment_mensa.xml +++ b/app/src/main/res/layout/fragment_mensa.xml @@ -17,7 +17,7 @@ android:orientation="vertical" android:layout_width="match_parent" android:layout_height="wrap_content" - android:animateLayoutChanges="true" + android:animateLayoutChanges="false" android:background="@color/themePrimary" android:id="@+id/linLayout_Mensa"/> diff --git a/app/src/main/res/layout/fragment_timetable.xml b/app/src/main/res/layout/fragment_timetable.xml index c8eb9cd..86982a6 100644 --- a/app/src/main/res/layout/fragment_timetable.xml +++ b/app/src/main/res/layout/fragment_timetable.xml @@ -17,7 +17,7 @@ android:orientation="vertical" android:layout_width="match_parent" android:layout_height="wrap_content" - android:animateLayoutChanges="true" + android:animateLayoutChanges="false" android:background="@color/themePrimary" android:id="@+id/linLayout_Timetable"/>