aboutsummaryrefslogtreecommitdiff
path: root/androidApp/src/main/res/layout/units_activity.xml
diff options
context:
space:
mode:
Diffstat (limited to 'androidApp/src/main/res/layout/units_activity.xml')
-rw-r--r--androidApp/src/main/res/layout/units_activity.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/androidApp/src/main/res/layout/units_activity.xml b/androidApp/src/main/res/layout/units_activity.xml
index e87077f..60a77db 100644
--- a/androidApp/src/main/res/layout/units_activity.xml
+++ b/androidApp/src/main/res/layout/units_activity.xml
@@ -5,7 +5,8 @@
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/drawerLayout"
android:layout_width="match_parent"
- android:layout_height="match_parent">
+ android:layout_height="match_parent"
+ android:animateLayoutChanges="true">
<androidx.fragment.app.FragmentContainerView
android:id="@+id/displayContainer"