nim_listview_refresh.xml 520 B

123456789101112131415
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="fill_parent"
  4. android:layout_height="wrap_content"
  5. android:gravity="center"
  6. android:orientation="horizontal">
  7. <ProgressBar
  8. android:id="@+id/refresh_loading_indicator"
  9. style="?android:attr/progressBarStyleSmall"
  10. android:layout_width="18dp"
  11. android:layout_height="18dp"
  12. android:visibility="gone"/>
  13. </LinearLayout>