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.
This commit is contained in:
Lucius 2022-08-30 12:10:42 +08:00 committed by Ryan VanderMeulen
parent 5a2f9fe149
commit d26642b680
1 changed files with 1 additions and 1 deletions

View File

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