aboutsummaryrefslogtreecommitdiff
path: root/androidApp/src/main/res/layout/unit_map_fragment.xml
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2023-01-09 22:18:23 -0600
committerIván Ávalos <avalos@disroot.org>2023-01-09 22:18:23 -0600
commite2c8c918478ea967b0a18fd95af421fd048b22c3 (patch)
tree5cfa9248db1201e0fe23e6a1c85e52c90f9a28e5 /androidApp/src/main/res/layout/unit_map_fragment.xml
parentd3d6f20ec3d4a54e3d2036dc6bd809f33c6a02e6 (diff)
parent14b00cea68f5213f574e37b463cd142208b3dbaa (diff)
downloadetbsa-trackermap-mobile-e2c8c918478ea967b0a18fd95af421fd048b22c3.tar.gz
etbsa-trackermap-mobile-e2c8c918478ea967b0a18fd95af421fd048b22c3.tar.bz2
etbsa-trackermap-mobile-e2c8c918478ea967b0a18fd95af421fd048b22c3.zip
Merge branch 'main' of lraspi:/secret/git/repos/etbsa-trackermap-mobile
Diffstat (limited to 'androidApp/src/main/res/layout/unit_map_fragment.xml')
-rw-r--r--androidApp/src/main/res/layout/unit_map_fragment.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/androidApp/src/main/res/layout/unit_map_fragment.xml b/androidApp/src/main/res/layout/unit_map_fragment.xml
index f168662..34698f7 100644
--- a/androidApp/src/main/res/layout/unit_map_fragment.xml
+++ b/androidApp/src/main/res/layout/unit_map_fragment.xml
@@ -59,6 +59,15 @@
tools:ignore="ContentDescription" />
<ImageView
+ android:id="@+id/ignitionIcon"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_marginEnd="5dp"
+ android:src="@drawable/device_ignition"
+ tools:ignore="ContentDescription"
+ android:visibility="gone" />
+
+ <ImageView
android:id="@+id/engineStopIcon"
android:layout_width="wrap_content"
android:layout_height="wrap_content"