Skip to content

Instantly share code, notes, and snippets.

View turastory's full-sized avatar
👋
Focusing

Yoon Ho Na turastory

👋
Focusing
View GitHub Profile
@turastory
turastory / layout_with_fab.xml
Last active October 1, 2018 11:47 — forked from simonesestito/layout_with_fab.xml
Android - Extended FAB using Material Button
<android.support.design.button.MaterialButton
style="@style/Widget.MaterialComponents.Button.TextButton.Icon"
android:layout_width="wrap_content"
android:layout_height="56dp"
android:layout_gravity="center_horizontal|bottom"
android:layout_marginBottom="16dp"
android:elevation="12dp"
android:paddingStart="12dp"
android:paddingEnd="20dp"
android:text="Text Here"