Madhav Budhiraja
02/13/2022, 1:17 AMTheme.MaterialComponents.DayNight.DarkActionBar
and when I set the layout in action bar through
supportActionBar?.displayOptions = androidx.appcompat.app.ActionBar.DISPLAY_SHOW_CUSTOM
supportActionBar?.setCustomView(R.layout.action_bar_textview)
it worked fine in light mode but in dark mode it is showing these black rectangled corners as in these screenshots. Any workaround for this?therealbluepandabear
02/13/2022, 4:35 AMMadhav Budhiraja
02/13/2022, 9:16 AM