deano2390 / FlowTextView

A wrapping TextView for Android
http://deano2390.github.io/FlowTextView/
592 stars 155 forks source link

layout_alignParentBottom not working #24

Open bubu333gh opened 9 years ago

bubu333gh commented 9 years ago

Here's my code:

<FlowTextView android:id="@+id/description" android:layout_width="match_parent" android:layout_height="wrap_content">

                    <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"