layout_footer_view.xml
632 Bytes
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
android:id="@+id/footer_view"
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="60dp"
android:gravity="center"
>
<ProgressBar
android:id="@+id/footer_view_progressbar"
android:layout_width="30dp"
android:layout_height="30dp"
/>
<TextView
android:id="@+id/footer_view_tv"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="正在加载,请稍后..."
/>
</LinearLayout>