Fixed tag-editor background

This commit is contained in:
Prathamesh More 2021-09-16 18:20:14 +05:30
parent cccbc2804e
commit 9aa897fe7d
7 changed files with 6 additions and 12 deletions

View file

@ -21,7 +21,7 @@ import code.name.monkey.appthemehelper.util.ToolbarContentTintHelper
import com.google.android.material.appbar.MaterialToolbar
fun AppCompatActivity.applyToolbar(toolbar: MaterialToolbar) {
toolbar.setBackgroundColor(surfaceColor())
//toolbar.setBackgroundColor(surfaceColor())
ToolbarContentTintHelper.colorBackButton(toolbar)
setSupportActionBar(toolbar)
}