NNNam Nguyeninwip.ene.im·Aug 8, 2021 · 5 min readJetpack Compose - Modifier.layout (Part 2)In part 1, we learn the basic of Modifier.layout using a sample from the official document. In part 2, we explore the AlignmentLine concept to answer the following questions: what is it and how to use it. The AlignmentLine In the previous part, we ha...01M
NNNam Nguyeninwip.ene.im·Aug 7, 2021 · 4 min readJetpack Compose - Modifier.layout (Part 1)Reference: https://developer.android.com/jetpack/compose/layouts/custom#layout-modifier The simple Modifier.layout from sample code Let's replicate the Modifier.firstBaselineToTop in the official document, step by step to understand how it works. The...00