From 491798f86cac6b196d545751ed63919b3a8572ac Mon Sep 17 00:00:00 2001 From: PWRxPSYCHO Date: Sat, 1 Oct 2022 22:47:53 -0400 Subject: [PATCH] Updated download button icon --- app/src/main/res/layout/map_view.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/layout/map_view.xml b/app/src/main/res/layout/map_view.xml index c17d319f2..0d73b0ee4 100644 --- a/app/src/main/res/layout/map_view.xml +++ b/app/src/main/res/layout/map_view.xml @@ -29,11 +29,12 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_margin="8dp" - android:backgroundTint="@color/design_default_color_secondary" - android:contentDescription="@string/style_selection" + android:backgroundTint="@color/buttonColor" + android:contentDescription="@string/download_region" android:orientation="vertical" + android:src="@android:drawable/stat_sys_download" android:visibility="visible" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" - tools:background="@color/design_default_color_secondary" /> + tools:background="@color/buttonColor" /> \ No newline at end of file