Skip to content

Instantly share code, notes, and snippets.

@jezinka
Last active August 11, 2018 16:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jezinka/a4a51ae21317daa44672b15bbf8ab543 to your computer and use it in GitHub Desktop.
Save jezinka/a4a51ae21317daa44672b15bbf8ab543 to your computer and use it in GitHub Desktop.
<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="@dimen/margin_size"
android:background="@color/colorPrimaryLight"
android:elevation="4dp">
(...)
</android.support.constraint.ConstraintLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment