zzz_load_helper_view.xml 934 B

1234567891011121314151617181920212223
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="match_parent"
  4. android:layout_height="match_parent"
  5. android:id="@+id/zzz_load_helper_view">
  6. <include layout="@layout/zzz_unnetwork"/>
  7. <com.gionee.gamesdk.business.core.ui.GameProgressBar
  8. android:id="@+id/zzz_page_loading"
  9. style="@style/zzz_CircleProgressBarNormal"
  10. android:layout_width="wrap_content"
  11. android:layout_height="wrap_content"
  12. android:layout_gravity="center"
  13. android:gravity="center"
  14. android:visibility="gone"/>
  15. <View
  16. android:id="@+id/zzz_transparent_view"
  17. android:layout_width="match_parent"
  18. android:layout_height="@dimen/zzz_title_gradient_height"
  19. android:visibility="gone"
  20. android:background="@drawable/zzz_title_gradient"/>
  21. </FrameLayout>