Last active
December 27, 2019 11:04
-
-
Save gilgoldzweig/2df1decb0c51e773e656f3b49f52f38a to your computer and use it in GitHub Desktop.
search view end constraint
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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