6 lines
504 B
XML
6 lines
504 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout android:layout_width="fill_parent" android:layout_height="fill_parent"
|
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<com.moji.titlebar.MJTitleBar android:id="@id/tv_title" android:layout_width="fill_parent" android:layout_height="wrap_content" />
|
|
<FrameLayout android:id="@id/fragment_container" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_below="@id/tv_title" />
|
|
</RelativeLayout> |