aboutsummaryrefslogtreecommitdiff
path: root/androidApp/src/main/res/layout/unit_map_fragment.xml
diff options
context:
space:
mode:
Diffstat (limited to 'androidApp/src/main/res/layout/unit_map_fragment.xml')
-rw-r--r--androidApp/src/main/res/layout/unit_map_fragment.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/androidApp/src/main/res/layout/unit_map_fragment.xml b/androidApp/src/main/res/layout/unit_map_fragment.xml
index 0b0dcbc..35643eb 100644
--- a/androidApp/src/main/res/layout/unit_map_fragment.xml
+++ b/androidApp/src/main/res/layout/unit_map_fragment.xml
@@ -26,9 +26,7 @@
app:cardUseCompatPadding="true"
app:cardElevation="@dimen/card_elevation"
app:cardCornerRadius="@dimen/card_border_radius"
- app:contentPaddingTop="@dimen/card_padding"
- app:contentPaddingLeft="@dimen/card_padding"
- app:contentPaddingRight="@dimen/card_padding"
+ app:contentPadding="@dimen/card_padding"
android:visibility="gone">
<RelativeLayout
@@ -156,6 +154,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@id/gridLayout"
+ android:layout_marginTop="@dimen/padding"
android:gravity="center"
android:orientation="horizontal"
android:visibility="visible">