Questions tagged [floating-action-menu]

16 questions
5
votes
1 answer

Snackbar overlaps floating action bar in constraint layout

I'm working for the first time with constraint layout and what I want to achieve is a snackbar to be shown on activity launch. The snackbar is showing but its overlapping my floating action menu. I've tried everything but nothing's working. I'll…
3
votes
1 answer

How to change Clans Floating Action Menu's state?

Here is how my Clans Floating Action Menu structure looks like :
Detained Developer
  • 1,134
  • 2
  • 13
  • 33
2
votes
2 answers

how to scroll over range of floating action menu

The red zone is scrollView, blue zone is floating action menu. The problem is that I can't scroll if I touch on blue area. I want to scroll scrollView anywhere, green zone or blue zone. How can I resolve this problem. This is xml file of…
조광수
  • 23
  • 3
2
votes
0 answers

java.lang.NoSuchFieldError: FloatingActionButton_fab_colorNormal

I am using FloatingActionButton, When I used in my xml, it throws an error like this: java.lang.NoSuchFieldError: FloatingActionButton_fab_colorNormal at com.github.clans.fab.FloatingActionButton.init(FloatingActionButton.java:120) at…
1
vote
1 answer

MvvmCross Listview how show an action menu

I make use of Xamarin and MvvmCross to develop an Android app. I would like to show an action menu at the bottom of a listview when the user makes a long press on a listview item, like the attached screenshoot. I can use "ItemLongClick" to detect…
1
vote
3 answers

Floating Action Button cast issue

I am getting this error: Caused by: java.lang.ClassCastException: com.github.clans.fab.FloatingActionButton cannot be cast to android.support.design.widget.FloatingActionButton. Here is my Code: Vechile.xml
HARDEEP
  • 33
  • 2
  • 6
1
vote
2 answers

Is it possible ro change the floating action button label to right of icon

I am using Clans FloatingActionButton 1: https://github.com/Clans/FloatingActionButton. By default the layout appears as The Label for button is in the left and button to right. Is it possible to change the layout as, button to the left and label…
0
votes
0 answers

Add Scroll to FloatingActionButtons inside FloatingActionMenu

I want to use multiple FloatingActionButton inside FloatingActionMenu. I want to add menu button left|bottom in screen and open up all buttons on screen when click.
0
votes
1 answer

setOnTouchListener on FloatingActionMenu Not working properly

I'm using FloatingActionMenu. In the below picture I have color the background with green color so it easy to understand the problem I want to move the FloatingActionMenu when the user drags the pink color button. I wrote a function to move the…
0
votes
0 answers

How to move FloatingActionMenu over the screen?

I'm Using clans.fab.FloatingActionMenu library to add Floating Action Buttons. All the functionalities working properly. Now I want to move the FloatingActionMenu In the screen as the User wish. Is there any method or listener to change the position…
0
votes
3 answers

CoordinatorLayout add padding between elements

I want to have two FloatingActionButtons in my CoordinatorView. But when I try to add margin to the top FloatingActionButton, It applies from end of the view - It should add space between FloatingActionButtons. XML
0
votes
2 answers

Cannot add FloatingActionButton to FloatingActionMenu in fragment class

I am trying to add FloatingActionButton to FloatingActionMenu but when during initilization of FloatingActionButton cannot get context all methods return null this is my fragment calls import android.os.Bundle; import…
0
votes
1 answer

FloatingAction menu button On click option is not working in android

I'm trying to create a circular Floating Action menu button with sliding tab. Main Floating action button is working but the on click event of the submenu button is not working. Here is the xml file for the menu button:
0
votes
1 answer

Adding click listener to FloatingActionsMenu

Does anyone know how to add a click listener to this FloatingActionsMenu? Mine is ignored floatingActionsMenu.setOnClickListener(new View.OnClickListener(){ @Override public void onClick(View v){ …
-1
votes
1 answer

how to create Custom action menu with animation

I want to create custom action menu with animation in android like given Image below Please guide me for best solution Thanks In advance.
1
2