Marcin Wisniowski
02/26/2022, 10:20 PM@Preview(showSystemUi = true)
option shows the status bar overlaid over the content, which is not what's usually wanted. Am I missing something?Chris Sinco [G]
02/28/2022, 5:17 AMMarcin Wisniowski
02/28/2022, 12:41 PMChris Sinco [G]
02/28/2022, 6:30 PMMarcin Wisniowski
02/28/2022, 7:35 PM<item name="android:windowTranslucentStatus">true</item>
in my app theme. It seems to affect the Compose preview (even though it has nothing to do with Compose).Chris Sinco [G]
02/28/2022, 7:38 PMMarcin Wisniowski
02/28/2022, 7:42 PMChris Sinco [G]
02/28/2022, 8:20 PMPaul Woitaschek
08/03/2022, 7:48 AMChris Sinco [G]
08/03/2022, 4:40 PMshowSystemUi
it needs a theme since we show things in the context of an Activity. We don’t have work planned to allow to change the theme from Preview parameters though since as mentioned it doesn’t and shouldn’t have to be related to Compose. At the moment one can control the theme used via the manifest.