From 92b93081e5ac4104d63f7dcfa61d7acaf123f454 Mon Sep 17 00:00:00 2001 From: Bryan Kok Date: Fri, 13 Nov 2020 16:46:21 +0800 Subject: [PATCH] Replace lingering occurence of ic_hollow_share with ic_share_filled (#16548) --- app/src/main/res/layout/tabstray_multiselect_items.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/tabstray_multiselect_items.xml b/app/src/main/res/layout/tabstray_multiselect_items.xml index 07c3dfda6..d76d99815 100644 --- a/app/src/main/res/layout/tabstray_multiselect_items.xml +++ b/app/src/main/res/layout/tabstray_multiselect_items.xml @@ -32,7 +32,7 @@ app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toStartOf="@id/menu_multi_select" app:layout_constraintTop_toTopOf="parent" - app:srcCompat="@drawable/ic_hollow_share" + app:srcCompat="@drawable/ic_share_filled" app:tint="@color/contrast_text_normal_theme" />