Last active
December 27, 2019 10:16
-
-
Save gilgoldzweig/b0fc077c68376bf169a1500544c422ed to your computer and use it in GitHub Desktop.
MotionLayout layout guideline|-|&tag=MotionLayout
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
<androidx.constraintlayout.widget.Guideline | |
android:id="@+id/guidline_toolbar" | |
android:layout_width="wrap_content" | |
android:layout_height="wrap_content" | |
android:orientation="horizontal" | |
app:layout_constraintGuide_begin="140dp" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment