Skip to content

Instantly share code, notes, and snippets.

@ImUser773
Last active May 25, 2017 17:01
Show Gist options
  • Save ImUser773/80947bec1a3fde7b2c054091e0c66422 to your computer and use it in GitHub Desktop.
Save ImUser773/80947bec1a3fde7b2c054091e0c66422 to your computer and use it in GitHub Desktop.
<android.support.design.widget.FloatingActionButton
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/ic_add"
app:backgroundTint="@color/orange"
app:borderWidth="0dp"
app:elevation="6dp"
app:fabSize="normal" >
//ถ้าจเปลียนสี icon ใช้
android:tint="@color/white"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment