Jetpack compose mini sample app that is trying to create screen composable with slots for appbar and content and decorate them in a way that content disappears below appbar gradient to easily reuse such structure in many different screens. It uses constraint layout.
uberchilly/screen_composable_with_slots
Jetpack compose mini sample app that is trying to create screen composable with slots for appbar and content and decorate them in a way that content disappears below appbar gradient to easily reuse such structure in many different screens. It uses constraint layout.
Kotlin