Advertisement
Guest User

Untitled

a guest
Nov 29th, 2016
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.54 KB | None | 0 0
  1.         <android.support.design.widget.FloatingActionButton
  2.            android:id="@+id/fab"
  3.            android:layout_width="wrap_content"
  4.            android:layout_height="wrap_content"
  5.            android:elevation="6dp"
  6.            app:elevation="6dp"
  7.            app:borderWidth="0dp"
  8.            app:backgroundTint="@color/blue"
  9.            android:layout_gravity="bottom|right"
  10.            android:layout_margin="16dp"
  11.            android:src="@drawable/ic_mode_edit_black_24dp"
  12.            app:layout_anchorGravity="bottom|right|end" />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement