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 17:45:13 -0600
committerIván Ávalos <avalos@disroot.org>2022-01-11 17:45:13 -0600
commit7734d6f38ec5835960493e8fc97edfe89f724105 (patch)
tree914c630234277a2679a8ec306cd69675078da060 /androidApp/src/main/res/layout/unit_map_fragment.xml
parent5dd2bf01865705f5ee74374472895ffed30f2b26 (diff)
downloadetbsa-trackermap-mobile-7734d6f38ec5835960493e8fc97edfe89f724105.tar.gz
etbsa-trackermap-mobile-7734d6f38ec5835960493e8fc97edfe89f724105.tar.bz2
etbsa-trackermap-mobile-7734d6f38ec5835960493e8fc97edfe89f724105.zip
Implements base drawer layout menu
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, 6 insertions, 2 deletions
diff --git a/androidApp/src/main/res/layout/unit_map_fragment.xml b/androidApp/src/main/res/layout/unit_map_fragment.xml
index 6c2720b..9149fc6 100644
--- a/androidApp/src/main/res/layout/unit_map_fragment.xml
+++ b/androidApp/src/main/res/layout/unit_map_fragment.xml
@@ -26,7 +26,9 @@
app:cardUseCompatPadding="true"
app:cardElevation="@dimen/card_elevation"
app:cardCornerRadius="@dimen/card_border_radius"
- app:contentPadding="@dimen/card_padding"
+ app:contentPaddingTop="@dimen/card_padding"
+ app:contentPaddingLeft="@dimen/card_padding"
+ app:contentPaddingRight="@dimen/card_padding"
android:visibility="gone">
<RelativeLayout
@@ -137,7 +139,6 @@
android:src="@drawable/position_datetime"
app:tint="?android:textColorSecondary" />
-
<TextView
android:id="@+id/lastDate"
android:layout_width="match_parent"
@@ -166,6 +167,7 @@
android:layout_weight="1"
android:text="@string/unit_details"
android:textColor="@color/colorAccent"
+ android:textSize="12sp"
style="?borderlessButtonStyle" />
<com.google.android.material.button.MaterialButton
@@ -176,6 +178,7 @@
android:layout_weight="1"
android:text="@string/unit_reports"
android:textColor="@color/colorAccent"
+ android:textSize="12sp"
style="?borderlessButtonStyle" />
<com.google.android.material.button.MaterialButton
@@ -185,6 +188,7 @@
android:layout_weight="1"
android:text="@string/unit_commands"
android:textColor="@color/colorAccent"
+ android:textSize="12sp"
style="?borderlessButtonStyle" />
</LinearLayout>