Skip to content

Instantly share code, notes, and snippets.

@gabbertini
Created August 23, 2018 14:23
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 gabbertini/a412bd64de6cd3bf574d4bd052da3e5a to your computer and use it in GitHub Desktop.
Save gabbertini/a412bd64de6cd3bf574d4bd052da3e5a to your computer and use it in GitHub Desktop.
<ImageView
android:id="@+id/mainly_image"
android:layout_width="match_parent"
android:layout_height="0dp"
android:src="@drawable/img_tenis"
app:layout_constraintDimensionRatio="H,5:2"
tools:ignore="ContentDescription" />
<android.support.design.widget.FloatingActionButton
android:id="@+id/fab"
style="@style/FavoriteFAB"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:layout_constraintBottom_toBottomOf="@id/mainly_image"
app:layout_constraintEnd_toEndOf="@id/end_margin"
app:layout_constraintTop_toBottomOf="@id/mainly_image" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment