pb_dialog_help.xml 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="320dp"
  4. android:layout_height="wrap_content"
  5. android:background="@drawable/pb_gray_frame_login"
  6. android:orientation="vertical">
  7. <TextView
  8. android:layout_width="match_parent"
  9. android:layout_height="wrap_content"
  10. android:gravity="center"
  11. android:textSize="18sp"
  12. android:layout_marginTop="15dp"
  13. android:text="是否通过QQ联系客服"
  14. android:textColor="#000"/>
  15. <LinearLayout
  16. android:layout_width="match_parent"
  17. android:layout_height="36dp"
  18. android:layout_marginTop="24dp"
  19. android:layout_marginBottom="24dp"
  20. android:gravity="center"
  21. android:orientation="horizontal">
  22. <Button
  23. android:id="@+id/pb_connectqq"
  24. android:text="联系客服"
  25. android:textColor="#FFFFFF"
  26. android:layout_marginRight="50dp"
  27. android:background="@drawable/pb_btn_color_blue"
  28. android:layout_width="90dp"
  29. android:textSize="14sp"
  30. android:layout_height="match_parent" />
  31. <Button
  32. android:id="@+id/pb_copy_qq"
  33. android:textColor="#FFFFFF"
  34. android:text="复制QQ"
  35. android:background="@drawable/pb_btn_color_org"
  36. android:layout_width="90dp"
  37. android:textSize="14sp"
  38. android:layout_height="match_parent" />
  39. </LinearLayout>
  40. </LinearLayout>