Replace lingering occurence of ic_hollow_share with ic_share_filled (#16548)

This commit is contained in:
Bryan Kok 2020-11-13 16:46:21 +08:00 committed by GitHub
parent c6de8632de
commit 92b93081e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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" />
<ImageButton