This repository has been archived by the owner on Oct 23, 2020. It is now read-only.
This repository has been archived by the owner on Oct 23, 2020. It is now read-only.
Closed
Description
Hi,
I use FloatingActionMenu, when i set right and bottom padding to 10dp, my button doesn't go to bottom of screen, how can i add padding just to my ImageButton not to FloatingActionMenu? (Please check the screenshot)
<com.github.clans.fab.FloatingActionMenu
fab:menu_fab_hide_animation="@anim/hide_to_bottom"
fab:menu_fab_show_animation="@anim/show_from_bottom"
android:paddingBottom="10dp"
android:paddingRight="10dp"> ....