Skip to content

Instantly share code, notes, and snippets.

@magdamiu
Last active December 10, 2019 18:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save magdamiu/a5c77c3caea92f7b7a9ed13db4a60723 to your computer and use it in GitHub Desktop.
Save magdamiu/a5c77c3caea92f7b7a9ed13db4a60723 to your computer and use it in GitHub Desktop.
FloatingActionButton style
implementation 'com.google.android.material:material:1.2.0-alpha02'
<com.google.android.material.floatingactionbutton.FloatingActionButton
android:id="@+id/fab"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="bottom|end"
android:layout_margin="@dimen/space_16"
android:src="@android:drawable/ic_dialog_email"
android:tint="@color/light_green"
app:fabSize="normal" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment