pull_to_refresh_header_custom.xml 757 B

123456789101112131415161718192021
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <merge xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:app="http://schemas.android.com/apk/res-auto">
  4. <FrameLayout
  5. android:id="@+id/fl_inner"
  6. android:layout_width="wrap_content"
  7. android:layout_height="fill_parent"
  8. >
  9. <com.netease.nim.uikit.common.ui.ptr2.LoadingView
  10. android:id="@+id/custom_loading"
  11. android:layout_width="fill_parent"
  12. android:layout_height="50dp"
  13. android:layout_gravity="bottom"
  14. app:left_ball_color="@color/left_ball_color"
  15. app:need_animation="false"
  16. app:right_ball_color="@color/right_ball_color"/>
  17. </FrameLayout>
  18. </merge>