Skip to content

Instantly share code, notes, and snippets.

@manishkpr
Created December 30, 2016 09:16
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 manishkpr/535b5163265006f1e5a2be84c4720644 to your computer and use it in GitHub Desktop.
Save manishkpr/535b5163265006f1e5a2be84c4720644 to your computer and use it in GitHub Desktop.
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/sample_main_layout">
<FrameLayout
android:id="@+id/sample_content_fragment"
android:layout_weight="2"
android:layout_width="match_parent"
android:layout_height="0px" />
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment