rbgame_refresh_view_footer.xml
674 字节
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center"
android:padding="12dp">
<ProgressBar
style="?android:attr/progressBarStyleSmall"
android:layout_width="18dp"
android:layout_height="18dp"
android:layout_marginEnd="15dp"/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="正在努力加载中..."
android:textColor="#717171"
android:textSize="12sp" />
</LinearLayout>