Created
January 27, 2020 19:21
-
-
Save objcode/46b18f75e91ebf93e61c5070016a72cc to your computer and use it in GitHub Desktop.
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
<!-- 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