Weather/res/layout/activity_celebrity.xml
2021-05-10 10:13:34 +02:00

10 lines
879 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent"
xmlns:android="http://schemas.android.com/apk/res/android">
<include layout="@layout/forum_title_bar" />
<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/pull_to_refresh" android:layout_width="fill_parent" android:layout_height="fill_parent">
<ExpandableListView android:id="@id/celebrity_list" android:scrollbars="none" android:layout_width="fill_parent" android:layout_height="fill_parent" />
</com.moji.pulltorefresh.PullToFreshContainer>
</com.moji.multiplestatuslayout.MJMultipleStatusLayout>
</LinearLayout>