Closes #749: Adds coloring to destructive history option

This commit is contained in:
Sawyer Blatz 2019-02-28 13:33:06 -08:00 committed by Jeff Boek
parent 725074ec16
commit d1219a26f5

View File

@ -22,7 +22,8 @@ class HistoryItemMenu(
private val menuItems by lazy { private val menuItems by lazy {
listOf( listOf(
SimpleBrowserMenuItem( SimpleBrowserMenuItem(
context.getString(R.string.history_delete_item) context.getString(R.string.history_delete_item),
R.color.photonRed60
) { ) {
onItemTapped.invoke(Item.Delete) onItemTapped.invoke(Item.Delete)
} }