Skip to content

Instantly share code, notes, and snippets.

@gilgoldzweig
Last active December 27, 2019 11:04
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 gilgoldzweig/2df1decb0c51e773e656f3b49f52f38a to your computer and use it in GitHub Desktop.
Save gilgoldzweig/2df1decb0c51e773e656f3b49f52f38a to your computer and use it in GitHub Desktop.
search view end constraint
<Constraint
android:id="@id/search_view"
android:layout_width="0dp"
android:layout_height="0dp"
android:layout_marginTop="16dp"
android:layout_marginBottom="16dp"
android:elevation="4dp"
motion:layout_constraintBottom_toTopOf="@id/guideline_toolbar"
motion:layout_constraintEnd_toStartOf="@id/menu_icon"
motion:layout_constraintStart_toEndOf="@id/navigation_icon"
motion:layout_constraintTop_toTopOf="parent" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment