recycler_footer_layout.xml 1001 Bytes
Newer Older
huahua committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="@color/white_FFFFFF"
    android:gravity="center_horizontal">

   <!-- <ProgressBar
        android:id="@+id/cp_progressbar"
        style="@style/Base.Widget.AppCompat.ProgressBar"
        android:layout_width="32dp"
        android:layout_height="32dp"
        android:layout_centerVertical="true"
        android:padding="@dimen/margin_8dp"/>

    <TextView
        android:id="@+id/tv_footer_text"
        android:layout_width="wrap_content"
        android:layout_height="48dp"
        android:layout_centerVertical="true"
        android:layout_toEndOf="@id/cp_progressbar"
        android:gravity="center"
        android:text="@string/load_more"
        android:textColor="@color/grey_text_5d5c5c"
        android:textSize="@dimen/text_size_small"/>-->
</RelativeLayout>