Skip to content

Instantly share code, notes, and snippets.

@objcode
Created April 16, 2018 21:35
Show Gist options
  • Save objcode/23a8f3cf015e9e94084c99fca50840e6 to your computer and use it in GitHub Desktop.
Save objcode/23a8f3cf015e9e94084c99fca50840e6 to your computer and use it in GitHub Desktop.
70% width button example
<Button
android:layout_width="0dp"
android:layout_height="wrap_content"
app:layout_constraintWidth_percent="0.70" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment