Last active
May 25, 2017 17:01
-
-
Save ImUser773/80947bec1a3fde7b2c054091e0c66422 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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