Skip to content

Instantly share code, notes, and snippets.

@objcode
Created January 27, 2020 19:21
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 objcode/46b18f75e91ebf93e61c5070016a72cc to your computer and use it in GitHub Desktop.
Save objcode/46b18f75e91ebf93e61c5070016a72cc to your computer and use it in GitHub Desktop.
<!-- activity_awesome.xml -->
<androidx.constraintlayout.widget.ConstraintLayout>
<include android:id="@+id/includes" layout="@layout/included_buttons"
</androidx.constraintlayout.widget.ConstraintLayout>
<!-- included_buttons.xml -->
<androidx.constraintlayout.widget.ConstraintLayout>
<Button android:id="@+id/include_me" />
</androidx.constraintlayout.widget.ConstraintLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment