SmartToolFactory / Jetpack-Compose-Tutorials

🚀🧨📝 Series of Tutorials to learn about Jetpack Compose with subjects Material Widgets, Layout, SubcomposeLayout, custom layouts, State, custom rememberable, recomposition, LaunchedEffect, side-effects, Gesture, Animation, Navigation, Canvas, UIs like whatsapp and others.
Apache License 2.0
3.01k stars 312 forks source link

GridSnackCardWithTitle #16

Open WuMingke opened 11 months ago

WuMingke commented 11 months ago

image image

About Composable GridSnackCardWithTitle, I thought they were the same height, but they're not. Maybe the baseline should be considered. or use Modifier.layout ?