markwei e223cd734c Make titles, paths, and headers consistent.
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
2017-05-05 16:41:28 -07:00

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>