Not sure if dealing with the window insets it's worth it, thought.
a
Alex Vanyo
09/23/2022, 6:38 PM
Yep, the
statusBarColor
provided by the system has to be a single color. By making it transparent, and letting your application draw underneath, you get the most control and customizability for what it looks like!
Alex Vanyo
09/23/2022, 6:39 PM
Not sure if dealing with the window insets it’s worth it, thought.
The newish Compose APIs for insets hopefully make this easier and less scary to do!
c
Colton Idle
09/26/2022, 6:00 PM
first thing i do in all new apps is draw edge to edge. i wonder if google just has the straight up snippets of code of like "this is how you do edge to edge". I find myself copy pasting some code from chris banes presentations and stuff etc.
Colton Idle
09/26/2022, 6:01 PM
then i have to remember that accompanist has the inset aware toolbar and inset aware scaffold etc. and that regular compose (m2?) does not.