Snippets tagged “floating-action-button”
1 snippet uses this tag.
- Android changing Floating Action Button colorJava
To change the color of a Floating Action Button (FAB) in Android, you can use the setBackgroundTintList() method and pass it a color state list.