Guest User

Untitled

a guest
Nov 22nd, 2017
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. <android.support.v4.view.ViewPager
  2. android:id="@+id/homeViewPager"
  3. android:layout_width="wrap_content"
  4. android:layout_height="wrap_content"
  5. android:layout_above="@+id/homeBottomTabLayout"
  6. android:layout_marginTop="?android:attr/actionBarSize" />
  7. <toan.android.floatingactionmenu.FloatingActionsMenu
  8. android:layout_width="wrap_content"
  9. android:layout_height="wrap_content"
  10. android:id="@+id/homeFabMenu"
  11. android:layout_marginRight="10dp"
  12. android:layout_marginBottom="80dp"
  13. app:layout_anchor="@id/homeViewPager"
  14. app:layout_anchorGravity="bottom|right|end"
  15. fab:fab_menuIcon="@drawable/plus"
  16. fab:fab_addButtonColorNormal="@color/textColorPink"
  17. fab:fab_addButtonColorPressed="@color/textColorPink"
  18. fab:fab_labelStyle="@style/menu_labels_style"
  19. android:visibility="visible">
  20.  
  21. --------
  22. </toan.android.floatingactionmenu.FloatingActionsMenu>
Add Comment
Please, Sign In to add comment