kenkyee
12/08/2019, 3:52 AMgildor
12/08/2019, 8:25 AMGeert
12/08/2019, 11:22 AMkenkyee
12/08/2019, 9:23 PMColorPalette
(which default colors to the Material baseline theme unless otherwise provided)"
This implies it grabs the default...unless it means the default when you create an app in Android Studio (which is what is seems to be doing)Louis Pullen-Freilich [G]
12/08/2019, 9:51 PMMaterialColors
was renamed to ColorPalette
- are you using the latest artifacts? (dev 03)kenkyee
12/08/2019, 10:15 PMdef compose_version = "0.1.0-dev02"
because android studio didn't flag that it was old..time to hook in the usual benmanes plugin 😞
The material baseline theme makes sense...would be nice if the codelab linked to it so we wouldn't think it links to the usual Android app's theming system (which we honestly should have some way of doing if we're supposed to fold Compose in slowly into an existing app IMHO)...Louis Pullen-Freilich [G]
12/09/2019, 12:50 PM