For #26093: Use `ic_menu` instead of `ic_close`

An override for History already exists in `HistoryListItemViewHolder`, so no global override for this icon is needed.
pull/543/head
Lucius 2 years ago committed by Ryan VanderMeulen
parent 5a2f9fe149
commit d26642b680

@ -80,7 +80,7 @@
android:layout_height="wrap_content"
android:background="?android:attr/selectableItemBackgroundBorderless"
android:contentDescription="@string/content_description_menu"
app:srcCompat="@drawable/ic_close"
app:srcCompat="@drawable/ic_menu"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent"

Loading…
Cancel
Save