FloatingActionButton
FloatingActionButton copied to clipboard
Issue with android:scaleType="center" property
The Floating Action button does not get displayed whenever i set the scaleType properties in the XML lyaout file:
android:scaleType="center"
This is the entire object xml definition:
<com.github.clans.fab.FloatingActionButton
android:id="@+id/fbNowPlaying"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="bottom|right"
android:layout_marginBottom="8dp"
android:scaleType="center"
android:layout_marginRight="8dp"
fab:fab_showAnimation="@anim/show_from_bottom"
fab:fab_hideAnimation="@anim/hide_to_bottom"
app:fab_progress_color="#ffc710"
/>
Hi, I'm having the same problem : (
+1, and How did you solve it?
+1, and How did you solve it?
hi
i solved this issue with create notification icon in android studio
create icon in android studio
