Fix overflow icon not being the right tint

This commit is contained in:
Jays2Kings 2021-04-11 13:03:43 -04:00
parent dc0435c363
commit 221a6abaf7

View File

@ -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