custom_land_dialog.xml 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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. <include layout="@layout/custom_port_dialog_action_bar"/>
  6. <RelativeLayout
  7. android:id="@+id/container_icon"
  8. android:layout_width="200dp"
  9. android:layout_height="51dp"
  10. android:orientation="horizontal"
  11. android:layout_marginRight="30dp"
  12. android:layout_alignParentRight="true">
  13. <!-- <TextView-->
  14. <!-- android:id="@+id/mobilebt"-->
  15. <!-- android:layout_width="match_parent"-->
  16. <!-- android:layout_height="48dp"-->
  17. <!-- android:layout_marginTop="8dp"-->
  18. <!-- android:gravity="center"-->
  19. <!-- android:textColor="@color/jmfont_white"-->
  20. <!-- android:background="@drawable/jm_blues_codebtn_style_new"-->
  21. <!-- android:text="青时登陆"-->
  22. <!-- android:textSize="18sp"-->
  23. <!-- tools:ignore="MissingConstraints" />-->
  24. </RelativeLayout>
  25. </RelativeLayout><!--<?xml version="1.0" encoding="utf-8"?>-->
  26. <!--<RelativeLayout-->
  27. <!-- xmlns:android="http://schemas.android.com/apk/res/android"-->
  28. <!-- android:layout_width="match_parent"-->
  29. <!-- android:layout_height="match_parent">-->
  30. <!-- <include layout="@layout/custom_port_dialog_action_bar"/>-->
  31. <!-- <RelativeLayout-->
  32. <!-- android:id="@+id/container_icon"-->
  33. <!-- android:layout_width="200dp"-->
  34. <!-- android:layout_height="51dp"-->
  35. <!-- android:orientation="horizontal"-->
  36. <!-- android:layout_marginRight="30dp"-->
  37. <!-- android:layout_alignParentRight="true"-->
  38. <!-- >-->
  39. <!-- <ImageView-->
  40. <!-- android:layout_width="40dp"-->
  41. <!-- android:layout_height="40dp"-->
  42. <!-- android:src="@drawable/taobao"-->
  43. <!-- android:layout_alignParentLeft="true"-->
  44. <!-- android:layout_centerVertical="true"-->
  45. <!-- />-->
  46. <!-- <ImageView-->
  47. <!-- android:layout_width="40dp"-->
  48. <!-- android:layout_height="40dp"-->
  49. <!-- android:src="@drawable/alipay"-->
  50. <!-- android:layout_centerInParent="true"-->
  51. <!-- />-->
  52. <!-- <ImageView-->
  53. <!-- android:layout_width="40dp"-->
  54. <!-- android:layout_height="40dp"-->
  55. <!-- android:src="@drawable/sina"-->
  56. <!-- android:layout_alignParentRight="true"-->
  57. <!-- android:layout_centerVertical="true"-->
  58. <!-- />-->
  59. <!-- </RelativeLayout>-->
  60. <!--</RelativeLayout>-->