Last active
September 24, 2018 13:18
-
-
Save shihabmi7/3d430be60ea186629e96ef189f3f72d5 to your computer and use it in GitHub Desktop.
FAB Use
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 | |
| android:id="@+id/fab_fav" | |
| android:layout_width="wrap_content" | |
| android:layout_height="wrap_content" | |
| android:layout_gravity="end|bottom" | |
| android:tint="@color/app_white" | |
| android:layout_margin="16dp" | |
| android:src="@drawable/baseline_favorite_white_dp" | |
| app:backgroundTint="@color/colorPrimaryDark" /> |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
android:tint="@color/white" to color tint icon color.