floating-action-button Questions
6
Solved
In vuetify 2 it works with <v-btn fab></btn>. How works it with vuetify 3?
Mojgan asked 18/12, 2022 at 15:2
3
Solved
I want to create animated bottomAppBar in jetpack compose (something like image) but Fab position in jetpack compose is only center or end and i need to move FAB to left at least, my code is :
@Co...
Drug asked 4/11, 2022 at 2:4
6
Solved
I would like to implement a floating action button that animates between extended and normal sizes, as seen in androids messenger app: https://blog.usejournal.com/expand-collapse-fab-on-scrolling-l...
Stockjobber asked 20/12, 2019 at 16:17
7
Solved
By default floating action button is at the right side of the screen. I know about the floatingActionButtonLocation and its properties like endDocked, startDocked, centerDocked, but none of them he...
Salinasalinas asked 25/7, 2019 at 17:38
15
I'm creating an Android app and I'm using the AndroidX libraries and Material design theme. My app theme on styles.xml is:
<style name="AppTheme" parent="Theme.MaterialComponents.Light.DarkActi...
Frentz asked 18/11, 2018 at 21:25
28
Solved
I have been trying to change Material's Floating Action Button color, but without success.
<android.support.design.widget.FloatingActionButton
android:id="@+id/profile_edit_fab"
android:layou...
Ulu asked 21/6, 2015 at 21:20
11
Solved
I am using Floating Action Button. I want to disable Recyclerview Items from Clicking when i press FAB button. I tried this method but not working setClickable(true);
My Layout
<RelativeLayou...
Urnfield asked 24/1, 2017 at 13:29
2
The issue is the very similar to the one discussed here for Flutter, but happens in native Android using Jetpack Compose:
Is there a way to dynamically add bottom padding to a (Lazy)Column so its c...
Bracket asked 11/11, 2022 at 12:32
12
Solved
I'm trying to figure out how can be modified FloatingActionButton from android support library. Can it be used with the text instead of image?
Something like this one:
I see it extends ImageBut...
Ronen asked 12/11, 2015 at 12:15
8
Solved
The code for FAB:
<android.support.design.widget.FloatingActionButton
android:id="@+id/fab"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="...
Crepuscule asked 8/4, 2018 at 16:48
6
Solved
In Flutter, how to make FAB button hide when onscreen keyboard appear?
FAB button cover up other element when on screenkeyboard show up.
Flatboat asked 19/1, 2018 at 9:2
11
Solved
I am using a FloatingActionButton in my app. Occasionally, it overlaps essential content, so I would like to make it so the user can drag the FAB out of the way.
No drag and drop functionality, pe...
Weeny asked 22/9, 2017 at 18:10
5
Solved
I have problem with setting Snackbar on tablet (API 22), on phones (API 23 and 22) it works fine (from edge to edge), even when horizontal.
Result is such Snackbar as below:
FloatingActionButton (...
Rangy asked 1/10, 2015 at 21:2
6
Solved
I rotate the FAB in such a simple way:
fab.startAnimation(AnimationUtils.loadAnimation(this, R.anim.rotate));
rotate.xml:
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="htt...
Noel asked 22/7, 2015 at 11:52
19
Solved
current FAB
I would like to know how to change the icon color of the FAB (Floating Action Button) widget supplied by the 'com.android.support:design:22.2.0' library from green to white.
style.xm...
Thyrse asked 29/6, 2015 at 10:52
6
Solved
I am new to cross-platform dev. Struggling with changing the size of FAB.
This is what I have now:
<ion-fab center middle>
<button ion-fab color="blue" class="fabStartBtn"><ion-icon...
Cathedral asked 17/11, 2016 at 14:43
4
I use compose button in android view, but there is some shade at the bottom. How can I remove it?
@Composable
fun VisibilityAnimationFAB() {
var expanded by remember { mutableStateOf(true) }
Flo...
Catechu asked 3/1, 2021 at 12:53
11
Solved
I guess you have seen the new Android design guidelines, with the new "Floating Action Button" a.k.a "FAB"
For instance this pink button:
My question sounds stupid, and I have already tried a l...
Spinks asked 27/6, 2014 at 19:20
8
Solved
I want to use a floating action button in react native android in bottom right corner of the screen. But I am not able to do so.
The CreateButton component contains floating button code. I called ...
Alfi asked 14/10, 2015 at 20:45
3
Are you able or is there a way to change the color of the shadow made by the FloatingActionButton.extended or any other floating button ?
Amadis asked 29/7, 2018 at 18:12
11
I new in android and I've troubles with FloatingActionButton behaivors
My custom behavoir class:
public class ScrollingFABBehavior extends FloatingActionButton.Behavior {
private static final St...
Tacit asked 14/7, 2017 at 10:42
5
Solved
I want to make the notch margin spacing (space between FAB's sides and bottom bar) like android material design explain in Inset FAB, It looks like a zoom background text in this small visible roun...
Nilgai asked 23/12, 2019 at 12:50
4
The Scaffold-Widget only allows to place a FloatingActionButton at the bottom right or the bottom center. How can I place it between AppBar and body like here?
[
Prismoid asked 26/4, 2018 at 8:14
3
Solved
How to make the Snackbar to overlap the FloatingActionButton and not push it up upward when popped up? I've attached my simplified code for reference. Thank you in advance.
class Screen extends St...
Muskogean asked 13/11, 2019 at 4:15
6
Solved
Although there is a similar question, it does not give me a solution. When I'm trying to use com.google.android.material.floatingactionbutton.FloatingActionButton it runs well. But if I try to use ...
Responsion asked 14/11, 2019 at 6:42
1 Next >
© 2022 - 2024 — McMap. All rights reserved.