aboutsummaryrefslogtreecommitdiff
path: root/androidApp/src/main/res/layout/unit_item.xml
diff options
context:
space:
mode:
authorIsidro Henoch <imhenoch@protonmail.com>2021-12-16 01:50:17 -0600
committerIsidro Henoch <imhenoch@protonmail.com>2021-12-16 01:50:17 -0600
commit36b7d109fa1e8c5a7c5fc262a3b0d7b1286e07c8 (patch)
tree85c61ca55fc2d05b8a4ee8e505b05b2d599610bb /androidApp/src/main/res/layout/unit_item.xml
parent547ce2e85e5b22e7c31f5a51df149919260d54b0 (diff)
downloadetbsa-trackermap-mobile-36b7d109fa1e8c5a7c5fc262a3b0d7b1286e07c8.tar.gz
etbsa-trackermap-mobile-36b7d109fa1e8c5a7c5fc262a3b0d7b1286e07c8.tar.bz2
etbsa-trackermap-mobile-36b7d109fa1e8c5a7c5fc262a3b0d7b1286e07c8.zip
Shows the details section
- Show tabs with each details section, the sections doesn't display any useful information for now - Properly converts speed to km/h
Diffstat (limited to 'androidApp/src/main/res/layout/unit_item.xml')
-rw-r--r--androidApp/src/main/res/layout/unit_item.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/androidApp/src/main/res/layout/unit_item.xml b/androidApp/src/main/res/layout/unit_item.xml
index cdf0610..d3601bb 100644
--- a/androidApp/src/main/res/layout/unit_item.xml
+++ b/androidApp/src/main/res/layout/unit_item.xml
@@ -50,7 +50,8 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textSize="18dp"
- tools:text="4 de Diciembre de 2021, 7:00 PM" />
+ tools:text="4 de Diciembre de 2021, 7:00 PM"
+ android:visibility="gone"/>
<LinearLayout
android:id="@+id/itemOptions"