7 lines
628 B
XML
7 lines
628 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<FrameLayout android:id="@id/layout" android:background="@color/ff000000" android:layout_width="fill_parent" android:layout_height="fill_parent"
|
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<com.moji.multiplestatuslayout.MJMultipleStatusLayout android:id="@id/status_layout" android:layout_width="fill_parent" android:layout_height="fill_parent">
|
|
<android.support.v4.view.ViewPager android:id="@id/vp_viewpager" android:layout_width="fill_parent" android:layout_height="fill_parent" />
|
|
</com.moji.multiplestatuslayout.MJMultipleStatusLayout>
|
|
</FrameLayout> |