2016-05-23 16:26:42 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
2016-05-24 14:39:50 +08:00
|
|
|
android:background="#FFFFFF"
|
2016-05-23 16:26:42 +08:00
|
|
|
android:id="@+id/llRoot"
|
|
|
|
|
android:orientation="vertical">
|
2016-08-24 10:24:04 +08:00
|
|
|
<!-- style="@style/immersion_status"-->
|
2016-05-23 16:26:42 +08:00
|
|
|
<!-- Title -->
|
|
|
|
|
|
|
|
|
|
<include layout="@layout/public_titlebar" />
|
|
|
|
|
|
|
|
|
|
<FrameLayout
|
2016-06-01 18:50:25 +08:00
|
|
|
android:background="#eeeeee"
|
2016-05-23 16:26:42 +08:00
|
|
|
android:id="@+id/layout_content"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
></FrameLayout>
|
2016-07-26 19:31:10 +08:00
|
|
|
<ViewStub
|
|
|
|
|
android:id="@+id/vs"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout="@layout/pub_net_error"
|
|
|
|
|
android:layout_height="match_parent" />
|
2016-05-23 16:26:42 +08:00
|
|
|
</LinearLayout>
|