Skip to content

Instantly share code, notes, and snippets.

@jyaunches
Created September 26, 2012 23:26
Show Gist options
  • Save jyaunches/3791264 to your computer and use it in GitHub Desktop.
Save jyaunches/3791264 to your computer and use it in GitHub Desktop.
Fragment activity's layout file
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<fragment android:name="com.myproject.activities.SomeFragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/some_fragment"/>
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment