Commit f87e4f0
committed
Fix: Restore main Column layout in PhotoReasoningScreen
This commit restores `Modifier.fillMaxHeight()` and explicit
`verticalArrangement = Arrangement.Top` to the main `Column`
in `PhotoReasoningScreen.kt`.
The order of elements within this Column has been previously
verified to be correct, with the `LazyColumn` for chat messages
using `Modifier.weight(1f)` and the status cards' `Column`
being the last major UI element.
This configuration is the standard way to ensure footer elements
are pushed to the bottom of a full-height screen.1 parent d03b6a5 commit f87e4f0
File tree
1 file changed
+2
-1
lines changed- app/src/main/kotlin/com/google/ai/sample/feature/multimodal
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
274 | 274 | | |
275 | 275 | | |
276 | 276 | | |
277 | | - | |
| 277 | + | |
| 278 | + | |
278 | 279 | | |
279 | 280 | | |
280 | 281 | | |
| |||
0 commit comments