mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-18 03:17:03 +05:30
Make the preview look like an actual list
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
92eecce9b0
commit
a0a899f999
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ fun ConstraintLayoutScope.Tag(
|
||||||
@Preview
|
@Preview
|
||||||
fun Preview() {
|
fun Preview() {
|
||||||
LobstersTheme {
|
LobstersTheme {
|
||||||
LazyColumnFor(items = listOf(TEST_POST)) { item ->
|
LazyColumnFor(items = listOf(TEST_POST, TEST_POST, TEST_POST, TEST_POST, TEST_POST)) { item ->
|
||||||
LobstersItemRedux(
|
LobstersItemRedux(
|
||||||
post = item,
|
post = item,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue