Most voted "floatingactionbutton" questions
8 questions
Sort by count of
-
1
votes1
answer374
viewsHow to make this Floatingactionbutton?
Hello, in my project I would like to be able to make a Floatingactionbutton that by clicking on it it deletes the background screen and displays above 3 more Floatingactionbutton with its respective…
-
1
votes1
answer202
viewsChange FAB color via code ( programmatically )
I’m developing a Activity customized, where the colors of the screen elements will vary according to their properties. Example: If the property guy of the object Message exhibited is "Azul", then…
-
1
votes1
answer95
viewsproblems 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…
java android android-fragment android-recyclerview floatingactionbuttonasked 7 years ago Mikhael Araujo 333 -
0
votes1
answer272
viewsFloatingactionbutton does not work
My Floatingactionbutton does not work. In my application I have a Fragment and two tabs. In one of the tabs, floatingActionButton works, in the other not. This is the layout of the main Fragment,…
android android-layout android-fragment floatingactionbuttonasked 7 years, 6 months ago Flavio Luiz 81 -
0
votes2
answers261
viewsProblem 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 have already done the debug to check the method that starts the animation and it occurs…
-
0
votes1
answer609
viewsFloat Action Button does not get fixed at 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 this Fragment has a tablayout that hides and appears as you go up or down the Recycler…
java android android-recyclerview material-design floatingactionbuttonasked 7 years ago Julio Antonini 9 -
0
votes1
answer88
viewsIonic - Custom buttons in google maps
I’m using Ionic to create an app where I use the google maps api I need to put some buttons floating on this map, as in the image. I found a piece of code that seems to have worked for the person,…
-
-2
votes1
answer84
viewsFloatingactionbutton using Relativelayout
Whenever I drag the Floatingactionbutton, it always goes back to the top left corner. Even using Relativelayout. I’m using Androidstudio 3.6 <?xml version="1.0" encoding="utf-8"?>…