From 3fc8ce49531d475886b27921155c94fc3cabd177 Mon Sep 17 00:00:00 2001 From: cyBerta Date: Mon, 15 Nov 2021 21:53:26 +0100 Subject: replace location marker icon by www/globe icon, similar to desktop --- app/src/main/res/layout/f_drawer_main.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/src/main/res/layout/f_drawer_main.xml') diff --git a/app/src/main/res/layout/f_drawer_main.xml b/app/src/main/res/layout/f_drawer_main.xml index 95e6169b..97479ec3 100644 --- a/app/src/main/res/layout/f_drawer_main.xml +++ b/app/src/main/res/layout/f_drawer_main.xml @@ -102,7 +102,7 @@ android:id="@+id/manualGatewaySelection" app:text="@string/gateway_selection_title" app:subtitle="@string/gateway_selection_recommended_location" - app:icon="@drawable/ic_map_marker_star_black_36dp" + app:icon="@drawable/ic_web" android:layout_height="wrap_content" android:layout_width="wrap_content" android:visibility="gone" -- cgit v1.2.3