{% setvar book_path %}/reference/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

FabPosition.Companion

public static class FabPosition.Companion


Summary

Public methods

static final @NonNull FabPosition

Position FAB at the bottom of the screen in the center, above the NavigationBar (if it exists)

static final @NonNull FabPosition

Position FAB at the bottom of the screen at the end, above the NavigationBar (if it exists)

static final @NonNull FabPosition

Position FAB at the bottom of the screen at the end, overlaying the NavigationBar (if it exists)

static final @NonNull FabPosition

Position FAB at the bottom of the screen at the start, above the NavigationBar (if it exists)

Public methods

getCenter

public static final @NonNull FabPosition getCenter()

Position FAB at the bottom of the screen in the center, above the NavigationBar (if it exists)

getEnd

public static final @NonNull FabPosition getEnd()

Position FAB at the bottom of the screen at the end, above the NavigationBar (if it exists)

getEndOverlay

public static final @NonNull FabPosition getEndOverlay()

Position FAB at the bottom of the screen at the end, overlaying the NavigationBar (if it exists)

getStart

public static final @NonNull FabPosition getStart()

Position FAB at the bottom of the screen at the start, above the NavigationBar (if it exists)