com_tencent_ysdk_fuscreenpic_image.xml 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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:layout_height="match_parent"
  5. android:background="#000000">
  6. <ImageView
  7. android:id="@+id/com_tencent_ysdk_fullscreenpic_icon"
  8. android:layout_width="wrap_content"
  9. android:layout_height="wrap_content"
  10. android:layout_centerHorizontal="true"
  11. android:layout_centerVertical="true"
  12. android:src="@drawable/com_tencent_ysdk_icon_loading" />
  13. <TextView
  14. android:id="@+id/com_tencent_ysdk_fullscreenpic_loading"
  15. android:layout_width="wrap_content"
  16. android:layout_height="wrap_content"
  17. android:layout_below="@+id/com_tencent_ysdk_fullscreenpic_icon"
  18. android:layout_centerHorizontal="true"
  19. android:layout_marginTop="12dp"
  20. android:text="Loading"
  21. android:textColor="#e6e6e6" />
  22. <ImageView
  23. android:id="@+id/com_tencent_ysdk_fullscreenpic_imageView"
  24. android:layout_width="match_parent"
  25. android:layout_height="match_parent"
  26. android:layout_centerHorizontal="true"
  27. android:layout_centerVertical="true"
  28. android:scaleType="fitCenter" />
  29. <TextView
  30. android:id="@+id/com_tencent_ysdk_fullscreenpic_textView"
  31. android:layout_width="wrap_content"
  32. android:layout_height="wrap_content"
  33. android:layout_alignParentRight="true"
  34. android:layout_alignParentTop="true"
  35. android:layout_marginRight="12dp"
  36. android:layout_marginTop="12dp"
  37. android:text=""
  38. android:textColor="#e6e6e6" />
  39. </RelativeLayout><!-- From: file:/data1/rdm/projects/18500/ysdk/src/main/res/layout/com_tencent_ysdk_fuscreenpic_image.xml -->