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

layout_alignParentBottom not working #24

Open
bubu333gh opened this issue Sep 29, 2015 · 0 comments
Open

layout_alignParentBottom not working #24

bubu333gh opened this issue Sep 29, 2015 · 0 comments

Comments

@bubu333gh
Copy link

Here's my code:

                    <ImageView
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
                        android:layout_alignParentRight="true"
                        android:layout_alignParentEnd="true"
                        android:layout_alignParentBottom="true"
                        android:src="@drawable/fab_placeholder"
                        android:background="@color/primary_light"/>

                </uk.co.deanwild.flowtextview.FlowTextView>

The image is layed out to the upper right corner despite android:layout_alignParentBottom="true"

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

No branches or pull requests

1 participant