dialog_loadging.xml 753 B

12345678910111213141516171819
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="match_parent"
  4. android:background="#64000000"
  5. android:layout_height="match_parent">
  6. <com.xugame.gameconsole.dialog.loadingview.SpinKitView
  7. android:id="@+id/spin_kit_view"
  8. style="@style/SpinKitView"
  9. android:layout_width="wrap_content"
  10. android:layout_height="wrap_content"
  11. android:focusableInTouchMode="true"
  12. android:focusable="true"
  13. android:layout_centerInParent="true"
  14. android:background="?selectableItemBackgroundBorderless"
  15. android:padding="10dp">
  16. </com.xugame.gameconsole.dialog.loadingview.SpinKitView>
  17. </RelativeLayout>