Table of Contents

Android - Button

About

There are three standard types of buttons:

Button

List

Floating Button

A Floating Action Button is a reference/android/widget/Checkable.html view distinguished by a circled icon floating above the UI, with special motion behaviors.

Example

<Button android:id="@+id/button"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:text="Hello, I am a Button" />

Documentation / Reference