From a00c651bfd9c289c36df5eb0b0ccd4b06ad0c57a Mon Sep 17 00:00:00 2001 From: Seil0 Date: Mon, 8 Apr 2019 18:39:43 +0200 Subject: [PATCH] disable layout change animation --- app/src/main/res/layout/fragment_mensa.xml | 2 +- app/src/main/res/layout/fragment_timetable.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"/>