19 lines
715 B
XML
19 lines
715 B
XML
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
|
|
<ViewStub
|
|
android:id="@+id/umeng_comm_base_loading_viewstub"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_centerInParent="true"
|
|
android:layout="@layout/umeng_comm_base_loading_view"/>
|
|
|
|
<ViewStub
|
|
android:id="@+id/umeng_comm_base_empty_viewstub"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_centerInParent="true"
|
|
android:layout="@layout/umeng_comm_base_empty_view"/>
|
|
|
|
</RelativeLayout> |