bashgid/android/res/layout/activity_main_fast.xml
2014-10-24 04:31:52 +00:00

12 lines
448 B
XML

<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/fragment_proto_container"
android:layout_width="match_parent"
android:layout_height="match_parent" >
<fragment android:name="fishrungames.bashgid.MainPageFragment"
android:id="@+id/list"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</FrameLayout>