mirror of
https://github.com/material-components/material-components-android.git
synced 2026-02-20 08:39:55 +08:00
Follows these rules: Title is the Component Name as it appears in spec. Justification: Formatting and display on small width screens. Excerpt includes the CamelCase name of the java class. Justification: This document is not a rehash of spec, it's a specific resource for Android devs. Title and excerpt are displayed in the same context. Header is the CamelCase name of the java class. Justification: Similar to excerpt. This is documentation on a specific Android widget. Path is the dash-deliminated name of the java class. Justification: Similar to header. This is documentation on a specific Android widget. PiperOrigin-RevId: 155134932
21 lines
500 B
Markdown
21 lines
500 B
Markdown
<!--docs:
|
|
title: "Floating Action Buttons"
|
|
layout: detail
|
|
section: components
|
|
excerpt: "A FloatingActionButton is used to represent the primary action in an application."
|
|
iconId: button
|
|
path: /catalog/floating-action-button/
|
|
-->
|
|
|
|
# FloatingActionButton
|
|
|
|
Intro.
|
|
|
|
## Design & API Documentation
|
|
|
|
<ul class="icon-list">
|
|
<li class="icon-list-item icon-list-item--spec">
|
|
<a href="https://material.io/guidelines/components/buttons-floating-action-button.html">Floating Action Button</a>
|
|
</li>
|
|
</ul>
|