aboutsummaryrefslogtreecommitdiff
path: root/androidApp/src/main/res/layout
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2022-01-04 22:37:36 -0600
committerIván Ávalos <avalos@disroot.org>2022-01-04 22:37:36 -0600
commit3e15173c529b2b307e813288f4728f5110fb5a78 (patch)
treee0bb58b98b6667a01190ed25b4b24d29a1c71568 /androidApp/src/main/res/layout
parent793ccb0b907ac4b1364efd3e9a8df558c0346249 (diff)
downloadetbsa-trackermap-mobile-3e15173c529b2b307e813288f4728f5110fb5a78.tar.gz
etbsa-trackermap-mobile-3e15173c529b2b307e813288f4728f5110fb5a78.tar.bz2
etbsa-trackermap-mobile-3e15173c529b2b307e813288f4728f5110fb5a78.zip
Implemented formatSpeed, redesigned UnitInformationFragment, added button to open device location in map, minor UI tweaks and added translations.
Diffstat (limited to 'androidApp/src/main/res/layout')
-rw-r--r--androidApp/src/main/res/layout/unit_details_information.xml22
1 files changed, 2 insertions, 20 deletions
diff --git a/androidApp/src/main/res/layout/unit_details_information.xml b/androidApp/src/main/res/layout/unit_details_information.xml
index f4b6fae..24f792c 100644
--- a/androidApp/src/main/res/layout/unit_details_information.xml
+++ b/androidApp/src/main/res/layout/unit_details_information.xml
@@ -17,6 +17,7 @@
app:contentPadding="@dimen/card_padding">
<LinearLayout
+ android:id="@+id/detailsLayout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
@@ -27,27 +28,8 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textColor="@color/colorPrimaryDark"
+ android:layout_marginBottom="@dimen/padding"
tools:text="1AAUTO" />
-
- <TableLayout
- android:id="@+id/informationTable"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:stretchColumns="*">
- <TableRow
- android:background="@color/colorPrimary">
- <TextView
- android:text="@string/key"
- android:textColor="@color/background"
- android:paddingHorizontal="@dimen/padding"/>
-
- <TextView
- android:text="@string/value"
- android:textColor="@color/background"
- android:paddingHorizontal="@dimen/padding"/>
- </TableRow>
- </TableLayout>
-
</LinearLayout>
</com.google.android.material.card.MaterialCardView>