nglauber
12/06/2019, 1:00 PMRoar Gronmo
12/06/2019, 1:10 PMnglauber
12/06/2019, 1:29 PMsetContent
is working, but it’s not showing up in my project 🤔Roar Gronmo
12/06/2019, 1:31 PMLouis Pullen-Freilich [G]
12/06/2019, 2:10 PMimplementation
vs api
dependencies, so that our libraries don't leak their implementation details as transitive dependencies.Roar Gronmo
12/06/2019, 2:14 PMnglauber
12/06/2019, 3:04 PMColumn
? The old crossAxisAlignment
…Simon Schubert
12/06/2019, 3:52 PMmodifier = Gravity.Center
would make sense but my Android Studio can't find the declaration of Centernglauber
12/06/2019, 3:55 PMSimon Schubert
12/06/2019, 3:58 PMGravity.Center
to Column
doesn't resolve but adding it to Text
works. I hope thats going to change 🤔Roar Gronmo
12/06/2019, 7:08 PMnglauber
12/08/2019, 3:01 AMCenter {
Column {
Text(text = "Text 1")
Text(text = "Text 2")
Text(text = "Text 3")
}
}
Fudge
12/09/2019, 12:27 AMChris Craik
12/09/2019, 1:45 AMSimon Schubert
12/09/2019, 9:25 AMCenter
hint. I stumped over it but I had some weird site effects when using it. And thanks for the document @Chris CraikGeert
12/11/2019, 12:17 PMRoar Gronmo
12/11/2019, 12:30 PMGeert
12/11/2019, 12:44 PM