Guest User

Untitled

a guest
May 9th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. <android.support.constraint.Guideline
  2. android:id="@+id/guideline"
  3. android:layout_width="wrap_content"
  4. android:layout_height="wrap_content"
  5. android:orientation="horizontal"
  6. app:layout_constraintGuide_percent="0.3" />
  7.  
  8. <Button
  9. android:layout_width="wrap_content"
  10. android:layout_height="wrap_content"
  11. app:layout_constraintTop_toTopOf="@id/guideline"
  12. app:layout_constraintBottom_toBottomOf="@id/guideline" />
Add Comment
Please, Sign In to add comment