Gabriel
10/09/2020, 11:08 AMAdam Powell
10/09/2020, 1:25 PMGabriel
10/09/2020, 1:34 PMandroid:theme="@style/Theme.MyAwesomeTheme"
from the manifest?You need to use a Theme.AppCompat theme (or descendant) with this activity.
nickbutcher
10/09/2020, 1:47 PMandroid:windowBackground
used at startup. If you're writing an all compose app then you shouldn't need an AppCompat dependency; we've started moving some of our samples to using ComponentActivity
and Theme.Material[.Light]
e.g. https://github.com/android/compose-samples/blob/main/JetsnackGabriel
10/09/2020, 2:14 PM