Skip to content

Instantly share code, notes, and snippets.

@Singhak
Created June 21, 2016 05:12
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save Singhak/b0c89c771b122485c01a4e22462e5b43 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:layout_width="match_parent"
android:layout_height="match_parent"
tools:context="com.example.admin.tabhostwithfragment.FragmentA">
<TextView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="Fragment A" />
</FrameLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment