Skip to content

Instantly share code, notes, and snippets.

@dsibinski
Created May 9, 2017 21:21
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 dsibinski/8871cef3404f1b82834a46b2512c9263 to your computer and use it in GitHub Desktop.
Save dsibinski/8871cef3404f1b82834a46b2512c9263 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:minWidth="25px"
android:minHeight="25px">
<FrameLayout
android:minWidth="25px"
android:minHeight="25px"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/tabFragmentsContainer" />
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment