Lilly
01/30/2023, 12:32 PMstatus bar
is white or black depending on light or dark theme respectively, the status bar in app is equal to primary color or some tone of it, hard to tell.Stylianos Gakis
01/30/2023, 12:59 PMLilly
01/30/2023, 1:20 PM<item name="android:statusBarColor">@android:color/transparent</item>
into themes.xml is enough?Stylianos Gakis
01/30/2023, 1:23 PMLilly
01/30/2023, 1:32 PMBecause you also want to make sure the icon color in the status bar is legible, and for sdk versions where it’s not actually transparent but it is translucent system-ui-controller does some handling there too.
It also handles navigation bar transparency too.Thanks for this tip, I will keep that in mind.
Stylianos Gakis
01/30/2023, 1:34 PMRick Regan
01/30/2023, 1:58 PMLilly
02/01/2023, 1:32 AMStylianos Gakis
02/01/2023, 8:18 AMLilly
02/01/2023, 11:38 AMStylianos Gakis
02/01/2023, 11:45 AM