9 lines
794 B
XML
9 lines
794 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.multiplestatuslayout.MJMultipleStatusLayout android:id="@id/status_layout" android:layout_width="fill_parent" android:layout_height="fill_parent">
|
|
<com.moji.pulltorefresh.PullToFreshContainer android:id="@id/pulltofresh" android:background="#ffe6e6e6" android:layout_width="fill_parent" android:layout_height="fill_parent">
|
|
<ListView android:id="@id/topic_listview" android:layout_width="fill_parent" android:layout_height="fill_parent" />
|
|
</com.moji.pulltorefresh.PullToFreshContainer>
|
|
</com.moji.multiplestatuslayout.MJMultipleStatusLayout>
|
|
</RelativeLayout> |