Created
April 16, 2018 21:35
-
-
Save objcode/23a8f3cf015e9e94084c99fca50840e6 to your computer and use it in GitHub Desktop.
70% width button example
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
<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