mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-13 07:35:06 +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 = DrawerArrowDrawable(this)
|
||||||
drawerArrow?.color = getResourceColor(R.attr.actionBarTintColor)
|
drawerArrow?.color = getResourceColor(R.attr.actionBarTintColor)
|
||||||
|
binding.toolbar.overflowIcon?.setTint(getResourceColor(R.attr.actionBarTintColor))
|
||||||
searchDrawable = ContextCompat.getDrawable(
|
searchDrawable = ContextCompat.getDrawable(
|
||||||
this,
|
this,
|
||||||
R.drawable.ic_search_24dp
|
R.drawable.ic_search_24dp
|
||||||
|
Loading…
Reference in New Issue
Block a user