wangjiegulu / RapidFloatingActionButton

Quick solutions for Floating Action Button,RapidFloatingActionButton(RFAB)
Apache License 2.0
1.29k stars 254 forks source link

Change direction, position of list? #18

Open fultonm opened 8 years ago

fultonm commented 8 years ago

What if we want the list to expand down? Also the design support library Floating Action Button supports anchoring like this

app:layout_anchor="@+id/RecipeViewAppBarLayout" app:layout_anchorGravity="bottom|right|end"

How can we implement this with RFAB?