com_tencent_ysdk_qr.xml 1.5 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:app="http://schemas.android.com/apk/res-auto"
  4. xmlns:tools="http://schemas.android.com/tools"
  5. android:layout_width="match_parent"
  6. android:layout_height="match_parent"
  7. android:background="@color/white"
  8. tools:context="com.tencent.ysdk.module.user.impl.wx.qrcode.QRActivity">
  9. <com.tencent.ysdk.module.user.impl.wx.qrcode.SquareImageView
  10. android:id="@+id/com_tencent_ysdk_qrCodeIm"
  11. android:layout_width="match_parent"
  12. android:layout_height="match_parent"
  13. android:layout_centerInParent="true"
  14. android:layout_margin="45dp" />
  15. <ProgressBar
  16. android:id="@+id/com_tencent_ysdk_loadingIm"
  17. style="?android:attr/progressBarStyle"
  18. android:layout_width="wrap_content"
  19. android:layout_height="wrap_content"
  20. android:layout_centerInParent="true" />
  21. <TextView
  22. android:id="@+id/com_tencent_ysdk_tipsTv"
  23. android:layout_width="wrap_content"
  24. android:layout_height="wrap_content"
  25. android:layout_below="@+id/com_tencent_ysdk_qrCodeIm"
  26. android:layout_centerHorizontal="true"
  27. android:layout_marginTop="-40dp"
  28. android:textColor="@color/com_tencent_ysdk_real_name_title_color"
  29. android:textSize="18dp" />
  30. </RelativeLayout>
  31. <!-- From: file:/data1/rdm/projects/18500/ysdk/src/main/res/layout/com_tencent_ysdk_qr.xml -->