Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

Commit

Permalink
fix page layout of listView tests (#1423)
Browse files Browse the repository at this point in the history
  • Loading branch information
tayronemachadozup authored and uziasferreirazup committed Mar 24, 2021
1 parent df45e27 commit 3e71829
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ object ListViewScreenBuilder {
),
categoriesListView()
)
).applyStyle(Style(size = Size(height = 350.unitReal())))
)

private fun categoriesListView(): ListView {
return ListView(
Expand Down Expand Up @@ -373,7 +373,8 @@ object ListViewScreenBuilder {
margin = EdgeValue(
top = 8.unitReal(),
bottom = 8.unitReal(),
left = 8.unitReal()))
left = 8.unitReal())
)
),
onScrollEnd = listOf(
Condition(
Expand Down

0 comments on commit 3e71829

Please sign in to comment.