diff --git a/changelog.d/7039.wip b/changelog.d/7039.wip new file mode 100644 index 0000000000..5059029a0e --- /dev/null +++ b/changelog.d/7039.wip @@ -0,0 +1 @@ +[New Layout] Changes space icon in fab and in release notes screen diff --git a/vector/src/main/res/drawable-hdpi/ill_app_layout_onboarding_spaces.webp b/vector/src/main/res/drawable-hdpi/ill_app_layout_onboarding_spaces.webp index 35f2a04236..f1fe6c70b7 100644 Binary files a/vector/src/main/res/drawable-hdpi/ill_app_layout_onboarding_spaces.webp and b/vector/src/main/res/drawable-hdpi/ill_app_layout_onboarding_spaces.webp differ diff --git a/vector/src/main/res/drawable-mdpi/ill_app_layout_onboarding_spaces.webp b/vector/src/main/res/drawable-mdpi/ill_app_layout_onboarding_spaces.webp index a77bce20e8..8e16d650e4 100644 Binary files a/vector/src/main/res/drawable-mdpi/ill_app_layout_onboarding_spaces.webp and b/vector/src/main/res/drawable-mdpi/ill_app_layout_onboarding_spaces.webp differ diff --git a/vector/src/main/res/drawable-xhdpi/ill_app_layout_onboarding_spaces.webp b/vector/src/main/res/drawable-xhdpi/ill_app_layout_onboarding_spaces.webp index 9b5b9fa607..652bc6c77c 100644 Binary files a/vector/src/main/res/drawable-xhdpi/ill_app_layout_onboarding_spaces.webp and b/vector/src/main/res/drawable-xhdpi/ill_app_layout_onboarding_spaces.webp differ diff --git a/vector/src/main/res/drawable-xxhdpi/ill_app_layout_onboarding_spaces.webp b/vector/src/main/res/drawable-xxhdpi/ill_app_layout_onboarding_spaces.webp index 03e31dc9d6..9cf1ea9187 100644 Binary files a/vector/src/main/res/drawable-xxhdpi/ill_app_layout_onboarding_spaces.webp and b/vector/src/main/res/drawable-xxhdpi/ill_app_layout_onboarding_spaces.webp differ diff --git a/vector/src/main/res/drawable-xxxhdpi/ill_app_layout_onboarding_spaces.webp b/vector/src/main/res/drawable-xxxhdpi/ill_app_layout_onboarding_spaces.webp index b4bf421be5..e7d07defe2 100644 Binary files a/vector/src/main/res/drawable-xxxhdpi/ill_app_layout_onboarding_spaces.webp and b/vector/src/main/res/drawable-xxxhdpi/ill_app_layout_onboarding_spaces.webp differ diff --git a/vector/src/main/res/drawable/ic_open_spaces.xml b/vector/src/main/res/drawable/ic_open_spaces.xml deleted file mode 100644 index 180f71f1cd..0000000000 --- a/vector/src/main/res/drawable/ic_open_spaces.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - diff --git a/vector/src/main/res/drawable/ic_spaces.xml b/vector/src/main/res/drawable/ic_spaces.xml new file mode 100644 index 0000000000..113bfb68f4 --- /dev/null +++ b/vector/src/main/res/drawable/ic_spaces.xml @@ -0,0 +1,26 @@ + + + + + + diff --git a/vector/src/main/res/layout/fragment_new_home_detail.xml b/vector/src/main/res/layout/fragment_new_home_detail.xml index 7800752e75..ced71a7863 100644 --- a/vector/src/main/res/layout/fragment_new_home_detail.xml +++ b/vector/src/main/res/layout/fragment_new_home_detail.xml @@ -109,7 +109,7 @@ android:layout_marginBottom="20dp" android:accessibilityTraversalAfter="@id/newLayoutCreateChatButton" android:contentDescription="@string/a11y_open_spaces" - android:src="@drawable/ic_open_spaces" + android:src="@drawable/ic_spaces" android:visibility="gone" app:backgroundTint="?attr/vctr_toolbar_background" app:fabSize="mini"