Skip to content

Instantly share code, notes, and snippets.

@gilgoldzweig
Last active December 27, 2019 10:46
Show Gist options
  • Save gilgoldzweig/85bb5dba756d3914b107e95d1d8f975a to your computer and use it in GitHub Desktop.
Save gilgoldzweig/85bb5dba756d3914b107e95d1d8f975a to your computer and use it in GitHub Desktop.
toolbar title start constraint
<Constraint
android:id="@+id/toolbar_title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:elevation="4dp"
motion:layout_constraintBottom_toBottomOf="@id/navigation_icon"
motion:layout_constraintStart_toEndOf="@id/navigation_icon"
motion:layout_constraintTop_toTopOf="@id/navigation_icon" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment