mirror of
https://github.com/mihonapp/mihon.git
synced 2025-11-05 08:38:56 +01:00
Replace some icons
This commit is contained in:
@@ -270,9 +270,9 @@ open class BrowseSourceController(bundle: Bundle) :
|
||||
// Show next display mode
|
||||
menu.findItem(R.id.action_display_mode).apply {
|
||||
val icon = if (presenter.isListMode)
|
||||
R.drawable.ic_view_module_white_24dp
|
||||
R.drawable.ic_view_module_24dp
|
||||
else
|
||||
R.drawable.ic_view_list_white_24dp
|
||||
R.drawable.ic_view_list_24dp
|
||||
setIcon(icon)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user