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.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/androidApp/src/main/res/layout/units_activity.xml b/androidApp/src/main/res/layout/units_activity.xml
index 5abb95b..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"
@@ -74,7 +75,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/fab_margin"
- android:layout_marginEnd="@dimen/fab_margin"
+ android:layout_marginEnd="@dimen/search_horizontal_margin"
android:backgroundTint="@android:color/white"
android:contentDescription="@string/switch_layer"
android:src="@drawable/icon_layers"