aboutsummaryrefslogtreecommitdiff
path: root/androidApp/src/main/res/layout/unit_map_fragment.xml
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2022-01-11 18:05:27 -0600
committerIván Ávalos <avalos@disroot.org>2022-01-11 18:05:27 -0600
commit7baad408f97d7d4ab512b822bdc0799469e2d496 (patch)
treea549511cea060a328a76a285aa275fd342b3dec3 /androidApp/src/main/res/layout/unit_map_fragment.xml
parent7734d6f38ec5835960493e8fc97edfe89f724105 (diff)
downloadetbsa-trackermap-mobile-7baad408f97d7d4ab512b822bdc0799469e2d496.tar.gz
etbsa-trackermap-mobile-7baad408f97d7d4ab512b822bdc0799469e2d496.tar.bz2
etbsa-trackermap-mobile-7baad408f97d7d4ab512b822bdc0799469e2d496.zip
Minor layout improvements
Diffstat (limited to 'androidApp/src/main/res/layout/unit_map_fragment.xml')
-rw-r--r--androidApp/src/main/res/layout/unit_map_fragment.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/androidApp/src/main/res/layout/unit_map_fragment.xml b/androidApp/src/main/res/layout/unit_map_fragment.xml
index 9149fc6..213d33d 100644
--- a/androidApp/src/main/res/layout/unit_map_fragment.xml
+++ b/androidApp/src/main/res/layout/unit_map_fragment.xml
@@ -155,7 +155,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@id/gridLayout"
- android:layout_marginTop="@dimen/padding"
+ android:layout_marginVertical="@dimen/padding"
android:gravity="center"
android:orientation="horizontal"
android:visibility="visible">
@@ -167,7 +167,7 @@
android:layout_weight="1"
android:text="@string/unit_details"
android:textColor="@color/colorAccent"
- android:textSize="12sp"
+ android:textSize="@dimen/card_action_text"
style="?borderlessButtonStyle" />
<com.google.android.material.button.MaterialButton
@@ -178,7 +178,7 @@
android:layout_weight="1"
android:text="@string/unit_reports"
android:textColor="@color/colorAccent"
- android:textSize="12sp"
+ android:textSize="@dimen/card_action_text"
style="?borderlessButtonStyle" />
<com.google.android.material.button.MaterialButton
@@ -188,7 +188,7 @@
android:layout_weight="1"
android:text="@string/unit_commands"
android:textColor="@color/colorAccent"
- android:textSize="12sp"
+ android:textSize="@dimen/card_action_text"
style="?borderlessButtonStyle" />
</LinearLayout>