Mori Atsushi
Mori Atsushi
## Solution Add all components of material components in Android View to sample app. https://material.io/ ## Implementation * Add to `viewMaterialGroup` * Use `view` or `binding` method * Copy code...
## What happened? * カルーセル内のtitleが0行〜2行で可変のため、それに合わせてカルーセルの高さが変わる。 * それに依存して下のコンポーネントもズレる * https://github.com/cyberagent-zemi/katalog/pull/7#discussion_r663379288 ## To Reproduce Steps ## Expected behavior * 2行分の高さを常に確保しておきたい ## Implementation Ideas * [Layout](https://developer.android.com/reference/kotlin/androidx/compose/ui/layout/package-summary?hl=ja#layout)を使えば実現できそうな気がします。
* Allow arguments for Entry Composable and pass them to Activity.
* Currently, using this library in multiple modules probably won't work correctly.
* Deep link must be described in android manifest
Allows returning a value from an Entry to the previous Entry. It will use ActivityResults.