mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-09 19:55:11 +01:00
Fix overflow icon not being the right tint
This commit is contained in:
parent
dc0435c363
commit
221a6abaf7
@ -147,6 +147,7 @@ open class MainActivity : BaseActivity<MainActivityBinding>(), DownloadServiceLi
|
||||
|
||||
drawerArrow = DrawerArrowDrawable(this)
|
||||
drawerArrow?.color = getResourceColor(R.attr.actionBarTintColor)
|
||||
binding.toolbar.overflowIcon?.setTint(getResourceColor(R.attr.actionBarTintColor))
|
||||
searchDrawable = ContextCompat.getDrawable(
|
||||
this,
|
||||
R.drawable.ic_search_24dp
|
||||
|
Loading…
Reference in New Issue
Block a user