diff options
author | cyBerta <cyberta@riseup.net> | 2021-11-15 21:53:26 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2021-11-15 21:53:26 +0100 |
commit | 3fc8ce49531d475886b27921155c94fc3cabd177 (patch) | |
tree | 182fbd1ac8f3cd6334de0ff37190c0f6c8400406 /app/src/main/res/layout | |
parent | 4ebc200dc2f7bcded3047fca26d427c5248587f7 (diff) |
replace location marker icon by www/globe icon, similar to desktop
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r-- | app/src/main/res/layout/f_drawer_main.xml | 2 | ||||
-rw-r--r-- | app/src/main/res/layout/v_location_button.xml | 6 |
2 files changed, 7 insertions, 1 deletions
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" diff --git a/app/src/main/res/layout/v_location_button.xml b/app/src/main/res/layout/v_location_button.xml index b0180ee5..6bc8637f 100644 --- a/app/src/main/res/layout/v_location_button.xml +++ b/app/src/main/res/layout/v_location_button.xml @@ -8,6 +8,12 @@ android:background="@drawable/cust_button_primary_rect" android:layout_height="match_parent"> + <androidx.appcompat.widget.AppCompatImageView + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:src="@drawable/ic_web" + android:layout_gravity="center" + /> <androidx.appcompat.widget.AppCompatTextView android:id="@+id/text_location" android:paddingStart="@dimen/stdpadding" |