tysdkn_dialog_progress.xml 1.1 KB

12345678910111213141516171819202122232425262728293031
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout
  3. xmlns:android="http://schemas.android.com/apk/res/android"
  4. android:layout_width="match_parent"
  5. android:layout_height="match_parent"
  6. android:gravity="center"
  7. android:orientation="vertical">
  8. <LinearLayout
  9. android:layout_width="100dp"
  10. android:layout_height="wrap_content"
  11. android:gravity="center"
  12. android:background="@drawable/tysdkn_bg_gray_dialog_r4"
  13. android:orientation="vertical">
  14. <com.sdk.tysdk.ui.anim.GifView
  15. android:id="@+id/tysdkn_dialog_register_progress_gif"
  16. android:layout_width="50dp"
  17. android:layout_height="50dp"
  18. android:layout_marginTop="30dp" />
  19. <TextView
  20. android:layout_width="wrap_content"
  21. android:layout_height="wrap_content"
  22. android:layout_marginBottom="30dp"
  23. android:layout_marginTop="10dp"
  24. android:text="注册中"
  25. android:textColor="@android:color/white" />
  26. </LinearLayout>
  27. </LinearLayout>