Skip to content

Instantly share code, notes, and snippets.

@abatilo
Created February 27, 2017 00:05
Show Gist options
  • Save abatilo/6c78ed38af1ca9ac460b9ababc374391 to your computer and use it in GitHub Desktop.
Save abatilo/6c78ed38af1ca9ac460b9ababc374391 to your computer and use it in GitHub Desktop.
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/fragment"
android:name="whatever.here.MainFragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:layout="@layout/fragment_main"
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment