From 36b7d109fa1e8c5a7c5fc262a3b0d7b1286e07c8 Mon Sep 17 00:00:00 2001 From: Isidro Henoch Date: Thu, 16 Dec 2021 01:50:17 -0600 Subject: 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 --- .../src/main/res/layout/unit_details_commands.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 androidApp/src/main/res/layout/unit_details_commands.xml (limited to 'androidApp/src/main/res/layout/unit_details_commands.xml') diff --git a/androidApp/src/main/res/layout/unit_details_commands.xml b/androidApp/src/main/res/layout/unit_details_commands.xml new file mode 100644 index 0000000..dfd6516 --- /dev/null +++ b/androidApp/src/main/res/layout/unit_details_commands.xml @@ -0,0 +1,19 @@ + + + + + + \ No newline at end of file -- cgit v1.2.3