Skip to content

Instantly share code, notes, and snippets.

@kfaraj
Created December 23, 2019 12:12
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 kfaraj/c798843cd4c9b4e85ab94d584c8c438d to your computer and use it in GitHub Desktop.
Save kfaraj/c798843cd4c9b4e85ab94d584c8c438d to your computer and use it in GitHub Desktop.
<com.google.android.material.floatingactionbutton.FloatingActionButton
style="@style/Widget.MaterialComponents.FloatingActionButton"
android:id="@+id/fab"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="bottom|end"
android:layout_margin="@dimen/margin"
android:src="@drawable/ic_mode_night_default_black_24dp"
app:tint="?android:attr/textColorPrimaryInverse" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment