deano2390/FlowTextView

layout_alignParentBottom not working

Opened this issue · 0 comments

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"