disable layout change animation

This commit is contained in:
Jannik 2019-04-08 18:39:43 +02:00
parent 77757ad9ca
commit a00c651bfd
2 changed files with 2 additions and 2 deletions

View File

@ -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"/>
</ScrollView>

View File

@ -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"/>
</ScrollView>