list_footerview.xml 352 B

1234567891011
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <TextView xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:id="@+id/footer"
  4. android:layout_width="match_parent"
  5. android:layout_height="wrap_content"
  6. android:gravity="center_horizontal"
  7. android:text="@string/discoverFooterView"
  8. android:textSize="20sp" >
  9. </TextView>