From 5c4c3cde26fafbd763e4a879dc46ca959b1a7d27 Mon Sep 17 00:00:00 2001 From: cyBerta Date: Fri, 30 Jul 2021 15:46:40 +0200 Subject: draft gateway selection UI according to simlpy secure's proposals --- 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 1f1df7f2..95e6169b 100644 --- a/app/src/main/res/layout/f_drawer_main.xml +++ b/app/src/main/res/layout/f_drawer_main.xml @@ -101,7 +101,7 @@ 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 From ca00d7454ad412bc3cf54159a87caa0ffb349502 Mon Sep 17 00:00:00 2001 From: cyBerta Date: Tue, 16 Nov 2021 03:51:55 +0100 Subject: replace all TextViews with AppCompatTextViews --- 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 97479ec3..65179857 100644 --- a/app/src/main/res/layout/f_drawer_main.xml +++ b/app/src/main/res/layout/f_drawer_main.xml @@ -108,7 +108,7 @@ android:visibility="gone" /> -