From 2455c2eecee92daf740e022f25953de6d5453215 Mon Sep 17 00:00:00 2001 From: Iván Ávalos Date: Tue, 4 Jan 2022 18:42:13 -0600 Subject: Fully implemented UnitMapFragment layout, moved MarkerType to commonMain and removed unnecessary content description warnings. --- androidApp/src/main/res/layout/unit_item.xml | 7 +- .../src/main/res/layout/unit_map_fragment.xml | 163 ++++++++++++++++++++- 2 files changed, 161 insertions(+), 9 deletions(-) (limited to 'androidApp/src/main/res') diff --git a/androidApp/src/main/res/layout/unit_item.xml b/androidApp/src/main/res/layout/unit_item.xml index 9296534..96011b9 100644 --- a/androidApp/src/main/res/layout/unit_item.xml +++ b/androidApp/src/main/res/layout/unit_item.xml @@ -17,6 +17,7 @@ android:layout_gravity="end" android:paddingTop="@dimen/card_padding" android:paddingBottom="@dimen/card_padding" + android:paddingStart="@dimen/card_padding" android:paddingEnd="@dimen/card_padding" android:gravity="center" android:orientation="horizontal" @@ -82,7 +83,8 @@ android:layout_height="wrap_content" android:layout_marginEnd="5dp" android:src="@drawable/ic_baseline_fiber_manual_record_24" - app:tint="?android:textColorPrimary" /> + app:tint="?android:textColorPrimary" + tools:ignore="ContentDescription" /> + android:src="@drawable/ic_baseline_lock_24" + tools:ignore="ContentDescription" /> - + android:animateLayoutChanges="true"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + android:layout_below="@id/gridLayout" + android:gravity="center" + android:orientation="horizontal" + android:visibility="visible"> + + + + + + + + - + -- cgit v1.2.3