I want to do this : FloatingActionButton I want to set an Image and change color to : GREEN . I try do this :
<com.smok.maps.fab.FloatingActionButton
android:id="@+id/list"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/ikona2"
android:tint="@color/green"
app:layout_anchor="@id/mapview"
app:layout_anchorGravity="bottom|left|end" />
But this floatingActionButton still is red