Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flow layout Ignores padding when laying out children #6

Closed
adrian-chang opened this issue Aug 21, 2014 · 0 comments · Fixed by #7
Closed

Flow layout Ignores padding when laying out children #6

adrian-chang opened this issue Aug 21, 2014 · 0 comments · Fixed by #7
Assignees
Labels

Comments

@adrian-chang
Copy link

When a padding is applied to the actual flow layout, it appears to be ignored.

The children in the far left position in column show be laid out at paddingLeft / paddingTop start position.

<com.wefika.flowlayout.FlowLayout xmlns:android="http://schemas.android.com/apk/res/android" android:background="@drawable/navigation_drawer_group_row_secondary" android:layout_width="match_parent" android:layout_height="wrap_content" android:paddingTop="@dimen/margin_large" android:paddingRight="@dimen/margin_large" android:paddingLeft="@dimen/margin_large"> </com.wefika.flowlayout.FlowLayout>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants