diff options
author | Iván Ávalos <avalos@disroot.org> | 2022-01-22 00:39:38 -0600 |
---|---|---|
committer | Iván Ávalos <avalos@disroot.org> | 2022-01-22 00:39:38 -0600 |
commit | cba1221d2c94646d2987b0993325e82d3b88792f (patch) | |
tree | 5d74aa8bcbc4d630ebb227ebf89557fa7cec2aa4 /androidApp/src | |
parent | a5961100aad3c1bc8f05f458186208a763dd095e (diff) | |
download | etbsa-trackermap-mobile-cba1221d2c94646d2987b0993325e82d3b88792f.tar.gz etbsa-trackermap-mobile-cba1221d2c94646d2987b0993325e82d3b88792f.tar.bz2 etbsa-trackermap-mobile-cba1221d2c94646d2987b0993325e82d3b88792f.zip |
Super cool map/list layout change animation
Diffstat (limited to 'androidApp/src')
-rw-r--r-- | androidApp/src/main/res/layout/units_activity.xml | 3 |
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" |