qk_game_view_loading.xml 478 B

1234567891011121314
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="wrap_content"
  4. android:layout_height="wrap_content"
  5. android:orientation="vertical" >
  6. <ImageView
  7. android:id="@+id/qk_img_loading"
  8. android:layout_width="wrap_content"
  9. android:layout_height="wrap_content"
  10. android:scaleType="center"
  11. android:src="@drawable/qk_game_loading" />
  12. </LinearLayout>