I have a floating action button that I would like to add on top of a scrollview so that the button stays, even if you scroll. I want it on the top of the scrollview and in t
try this:
android:layout_alignParentRight="true"
android:layout_alignParentBottom="true"