I was trying to achieve <EdgeToEdgeLazyColumn> exa...
# compose
n
I was trying to achieve EdgeToEdgeLazyColumn example but it is not occupying till statusbar, everything is same except I am using
AppcompatActivity
instead of
ComponentActivity
and
Theme.MaterialComponents.DayNight.DarkActionBar
instead of
Theme.Material.Light.NoActionBar
. Also there is reason behind using I'm using theme and Activity because I am also using ReviewManager which takes AppcompatActivity reference. Any help on this will appreciated, desired output pic is attached
c
AppCompat inserts all sort of stuff into the decor. You need to disable the decor (AppCompat) action bar for this to work reliably