Skip to content

Instantly share code, notes, and snippets.

@gilgoldzweig
Last active December 27, 2019 10:56
Show Gist options
  • Save gilgoldzweig/1913f11c57ac02fc0c641056c6069bc8 to your computer and use it in GitHub Desktop.
Save gilgoldzweig/1913f11c57ac02fc0c641056c6069bc8 to your computer and use it in GitHub Desktop.
SearchView constraint
<Constraint
android:id="@id/search_view"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="16dp"
android:layout_marginEnd="16dp"
android:elevation="4dp"
motion:layout_constraintEnd_toEndOf="parent"
motion:layout_constraintStart_toStartOf="parent"
motion:layout_constraintTop_toBottomOf="@id/navigation_icon" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment