Skip to content

Instantly share code, notes, and snippets.

@sebi1995
Created May 15, 2017 09:35
Show Gist options
  • Save sebi1995/bd1b11b90f33134a84f65a5d3aeb3a75 to your computer and use it in GitHub Desktop.
Save sebi1995/bd1b11b90f33134a84f65a5d3aeb3a75 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
tools:context=".MainActivity">
<include layout="@layout/fragment_main"
android:layout_width="fill_parent"
android:layout_height="fill_parent"/>
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment