aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2022-01-22 00:39:38 -0600
committerIván Ávalos <avalos@disroot.org>2022-01-22 00:39:38 -0600
commit5de5b4ea21ad5ae9389cf3ed791879a1cf067e1b (patch)
tree5d74aa8bcbc4d630ebb227ebf89557fa7cec2aa4
parentb756c2c944d935ccbdec8995d16b991c1511b828 (diff)
downloadetbsa-trackermap-mobile-5de5b4ea21ad5ae9389cf3ed791879a1cf067e1b.tar.gz
etbsa-trackermap-mobile-5de5b4ea21ad5ae9389cf3ed791879a1cf067e1b.tar.bz2
etbsa-trackermap-mobile-5de5b4ea21ad5ae9389cf3ed791879a1cf067e1b.zip
Super cool map/list layout change animation
-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"