Questions tagged as 'floatingactionbutton'

1
answer

Change the FAB color via code (programmatically)

I'm developing a custom%%, where the colors of the screen elements will vary depending on their properties. Example: If the type property of the Message object displayed is Activity , then the following elements of the "Azul"...
asked by 01.09.2017 / 05:44
1
answer

How to do this FloatingActionButton? [closed]

Hello, in my project I would like to be able to do a FloatingActionButton that by clicking on it it will disappear the background screen and displays above 3 FloatingActionButton with its respective caption on the side. As if the other 3 Floating...
asked by 17.11.2017 / 05:11
1
answer

problems with Float Action Buttom (speedDial) - Android

Hello! I found a lib of a float action with speed dial and I'm trying to implement it in my Android project, but I'm not able to interact with the Float Button ... follows the code of the fragment containing the float: public class NovaPesq...
asked by 07.11.2017 / 20:38
2
answers

Problem with animation in Android Studio

I created a Float Buttom to start an animation, but when I click on it, the animation does not occur. I've done the debug to check the method that starts the animation and it happens normally. I think it might be some XML problem. th...
asked by 13.06.2017 / 16:53
1
answer

FloatingActionButton does not work

My FloatingActionButton does not work. In my application I have a fragment and two tabs. In one of the tabs, the floatingActionButton works, the other does not. This is the main fragment layout, where the button is located:      <!-- The...
asked by 12.05.2017 / 15:21
1
answer

Float Action Button is not fixed in the footer with Collapsing ActionBar / Toolbar

I have a fragment with coordinator layout, recyclerview and a Float Action Button, and in the view that calls that fragment has a tablayout that hides and appears as it goes up or down the recycler view, I tried in several ways to leave the fab...
asked by 27.10.2017 / 01:02