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

Commit

Permalink
Merge pull request #267 from eurofurence/fix/265/info-groups - fixes #…
Browse files Browse the repository at this point in the history
…265

Wrap linear layout for some reason
  • Loading branch information
Pinselohrkater authored Aug 13, 2018
2 parents 1bf5e67 + 03aa362 commit fe3c5c4
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,11 @@ class FragmentViewInfoGroups : Fragment(), ContentAPI, HasDb {
class ViewInfoGroupsUi : AnkoComponent<Fragment> {
override fun createView(ui: AnkoContext<Fragment>) = with(ui) {
scrollView {
verticalLayout {
topPadding = dip(10)
id = 1
relativeLayout {
verticalLayout {
topPadding = dip(10)
id = 1
}
}
}
}
Expand Down

0 comments on commit fe3c5c4

Please sign in to comment.