mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-10 05:45:07 +01:00
Added display options item to the top of the toolbar as well
This commit is contained in:
parent
8a1b8db614
commit
083686ce60
@ -898,6 +898,7 @@ class LibraryController(
|
||||
override fun onOptionsItemSelected(item: MenuItem): Boolean {
|
||||
when (item.itemId) {
|
||||
R.id.action_search -> expandActionViewFromInteraction = true
|
||||
R.id.action_display_options -> DisplayBottomSheet(this).show()
|
||||
else -> return super.onOptionsItemSelected(item)
|
||||
}
|
||||
return true
|
||||
|
@ -12,6 +12,13 @@
|
||||
app:actionViewClass="androidx.appcompat.widget.SearchView"
|
||||
app:showAsAction="collapseActionView|ifRoom" />
|
||||
|
||||
|
||||
<item
|
||||
android:id="@+id/action_display_options"
|
||||
android:icon="@drawable/ic_tune_white_24dp"
|
||||
android:title="@string/display_options"
|
||||
app:showAsAction="ifRoom" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_settings"
|
||||
android:icon="@drawable/ic_settings_white_24dp"
|
||||
|
Loading…
Reference in New Issue
Block a user