diff options
author | Iván Ávalos <avalos@disroot.org> | 2022-01-04 23:15:54 -0600 |
---|---|---|
committer | Iván Ávalos <avalos@disroot.org> | 2022-01-04 23:15:54 -0600 |
commit | 50fc52b3f11dc6bccf2fc21fccc2422d5e4fc485 (patch) | |
tree | 50b3c80bf427f49674ad6002abb2ecdd7bc6d333 /androidApp/src/main/res/layout | |
parent | 567e44880a35946d5bc09807fc3edfb19ce9816a (diff) | |
download | etbsa-trackermap-mobile-50fc52b3f11dc6bccf2fc21fccc2422d5e4fc485.tar.gz etbsa-trackermap-mobile-50fc52b3f11dc6bccf2fc21fccc2422d5e4fc485.tar.bz2 etbsa-trackermap-mobile-50fc52b3f11dc6bccf2fc21fccc2422d5e4fc485.zip |
Animated marker centering and small UI tweak
Diffstat (limited to 'androidApp/src/main/res/layout')
-rw-r--r-- | androidApp/src/main/res/layout/unit_map_fragment.xml | 5 |
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 763c7c9..f476c66 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"> |