Last active
December 27, 2019 11:07
-
-
Save gilgoldzweig/1dc69e9f5db3fc45d6701ced3ed46f3d to your computer and use it in GitHub Desktop.
title 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/toolbar_title" | |
android:layout_width="wrap_content" | |
android:layout_height="wrap_content" | |
android:elevation="4dp" | |
motion:layout_constraintBottom_toTopOf="parent" | |
motion:layout_constraintStart_toEndOf="@id/navigation_icon" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment