From b1a3d25609fd455ec1bf4f6c9468849a08ab2ac4 Mon Sep 17 00:00:00 2001 From: Gino Miceli Date: Fri, 8 Sep 2023 15:07:18 -0400 Subject: [PATCH] Offline area map selector mask and outline --- .../offline_area_viewport_outline.xml | 22 +++++++++ .../layout/offline_base_map_selector_frag.xml | 47 +++++++++++++++++++ ground/src/main/res/values/colors.xml | 1 + 3 files changed, 70 insertions(+) create mode 100644 ground/src/main/res/drawable/offline_area_viewport_outline.xml diff --git a/ground/src/main/res/drawable/offline_area_viewport_outline.xml b/ground/src/main/res/drawable/offline_area_viewport_outline.xml new file mode 100644 index 0000000000..b523238e64 --- /dev/null +++ b/ground/src/main/res/drawable/offline_area_viewport_outline.xml @@ -0,0 +1,22 @@ + + + + + + + + diff --git a/ground/src/main/res/layout/offline_base_map_selector_frag.xml b/ground/src/main/res/layout/offline_base_map_selector_frag.xml index ea6f2f61eb..80a100129a 100644 --- a/ground/src/main/res/layout/offline_base_map_selector_frag.xml +++ b/ground/src/main/res/layout/offline_base_map_selector_frag.xml @@ -74,6 +74,53 @@ app:layout_constraintEnd_toEndOf="parent" app:useCompatPadding="true" /> + + + + + + + + + + + diff --git a/ground/src/main/res/values/colors.xml b/ground/src/main/res/values/colors.xml index 43db6c4cec..a00e4036ee 100644 --- a/ground/src/main/res/values/colors.xml +++ b/ground/src/main/res/values/colors.xml @@ -20,6 +20,7 @@ #ff9131 #6DDD81 #55ffffff + #000000 #006E2C