Make the preview look like an actual list

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-11-08 19:19:57 +05:30
parent 92eecce9b0
commit a0a899f999
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80

View file

@ -185,7 +185,7 @@ fun ConstraintLayoutScope.Tag(
@Preview
fun Preview() {
LobstersTheme {
LazyColumnFor(items = listOf(TEST_POST)) { item ->
LazyColumnFor(items = listOf(TEST_POST, TEST_POST, TEST_POST, TEST_POST, TEST_POST)) { item ->
LobstersItemRedux(
post = item,
)