Skip to content

Instantly share code, notes, and snippets.

@chelseatroy
Created July 26, 2020 15:23
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 chelseatroy/342a4cc05e572018abbd5636b70c1096 to your computer and use it in GitHub Desktop.
Save chelseatroy/342a4cc05e572018abbd5636b70c1096 to your computer and use it in GitHub Desktop.
Including a Custom layout in an Existing Layout
...
<include android:id="@+id/appetite_decrease_severity_response"
android:layout_width="match_parent"
android:layout_height="match_parent"
layout="@layout/severity_question"/>
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment