Advertisement
Guest User

Untitled

a guest
Oct 24th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. <ListView
  2. android:id="@+id/lvToDoList"
  3. android:layout_width="match_parent"
  4. android:layout_height="match_parent"></ListView>
  5.  
  6. <android.support.design.widget.FloatingActionButton
  7. android:layout_width="wrap_content"
  8. android:layout_height="wrap_content"
  9. android:layout_gravity="bottom|right"
  10. android:layout_margin="16dp"
  11. android:src="@drawable/ic_done"
  12. app:layout_anchor="@id/lvToDoList"
  13. app:layout_anchorGravity="bottom|right|end" />
  14.  
  15. </android.support.design.widget.CoordinatorLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement