android-floating-action-button
android-floating-action-button copied to clipboard
Floating Action Button for Android based on Material Design specification
I am using this component on a Map Fragment and am using my own buttons inside the menu. When the menu is collapsed I cant move the map by touching...
It's really hard to implement this library without documentation. However, I can also implement this by importing the project from GitHub and run locally but it's little time-consuming. I imported...
Error:Error converting bytecode to dex: Cause: com.android.dex.DexException: Multiple dex files define Lcom/getbase/floatingactionbutton/AddFloatingActionButton$1;
First and foremost, I'm a new guy to android... but working on changing that soon. :-) My project builds successfully. I'm using the following emulator: Nexus S 4.4: resolution 480x800...
Anyone knows how to toggle FloatingActionMenu when clicking outside of it? If i'm not clicking in any FAB, I want to close menu. I tried fullscreen overlay onTouchListener but fail....
When using the FAB menu, there is an [additional margin](https://github.com/futuresimple/android-floating-action-button/blob/master/library/src/main/java/com/getbase/floatingactionbutton/FloatingActionsMenu.java#L251) due to the [labels margin](https://github.com/futuresimple/android-floating-action-button/blob/master/library/src/main/res/values/dimens.xml#L16). This should only be set on the side of the labels, not both. My use...
Is it possible to put the color value of fab_addButtonColorNormal, fab_addButtonColorPressed, fab_addButtonPlusIconColor and fab_colornormal, fab_colorpressed in a style/themes? And how to do it?
The API is quite limited and it's hard to support any but the most simplistic use cases.
i successfully open fab vertically but i need to open it horizontally , i don't know how to do that or even it is possible or not
I came into a weird problem in my app. I use a global floating action menu and show hide different floating action buttons across a view pager. The problem is...