From 1c877fcc48fba0afa0362ae7273cf9e0cd03458f Mon Sep 17 00:00:00 2001 From: Iván Ávalos Date: Tue, 11 Jan 2022 17:45:13 -0600 Subject: Implements base drawer layout menu --- .../src/main/res/layout/unit_map_fragment.xml | 8 +- androidApp/src/main/res/layout/units_activity.xml | 134 ++++++++++++--------- 2 files changed, 80 insertions(+), 62 deletions(-) (limited to 'androidApp/src/main/res/layout') diff --git a/androidApp/src/main/res/layout/unit_map_fragment.xml b/androidApp/src/main/res/layout/unit_map_fragment.xml index abe31d8..3c7c059 100644 --- a/androidApp/src/main/res/layout/unit_map_fragment.xml +++ b/androidApp/src/main/res/layout/unit_map_fragment.xml @@ -26,7 +26,9 @@ app:cardUseCompatPadding="true" app:cardElevation="@dimen/card_elevation" app:cardCornerRadius="@dimen/card_border_radius" - app:contentPadding="@dimen/card_padding" + app:contentPaddingTop="@dimen/card_padding" + app:contentPaddingLeft="@dimen/card_padding" + app:contentPaddingRight="@dimen/card_padding" android:visibility="gone"> - diff --git a/androidApp/src/main/res/layout/units_activity.xml b/androidApp/src/main/res/layout/units_activity.xml index f0fd2ee..fb39ebe 100644 --- a/androidApp/src/main/res/layout/units_activity.xml +++ b/androidApp/src/main/res/layout/units_activity.xml @@ -1,73 +1,87 @@ - + tools:openDrawer="start"> - + + - + + + + + - + - + - + - + android:layout_height="match_parent" + android:layout_gravity="start" + app:menu="@menu/navigation_menu" /> - \ No newline at end of file + \ No newline at end of file -- cgit v1.2.3