tysdkn_webview_f.xml 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <FrameLayout
  3. xmlns:android="http://schemas.android.com/apk/res/android"
  4. xmlns:tools="http://schemas.android.com/tools"
  5. android:layout_width="match_parent"
  6. android:layout_height="match_parent"
  7. android:background="#ffffff">
  8. <LinearLayout
  9. android:layout_width="match_parent"
  10. android:layout_height="match_parent"
  11. android:layout_gravity="center"
  12. android:orientation="vertical">
  13. <LinearLayout
  14. android:background="@drawable/tysdkn_bg_left_black"
  15. android:layout_width="match_parent"
  16. android:layout_height="48dp"
  17. android:orientation="vertical">
  18. <LinearLayout
  19. android:background="#ffffff"
  20. android:layout_width="match_parent"
  21. android:layout_height="match_parent"
  22. android:orientation="horizontal">
  23. <RelativeLayout
  24. android:layout_width="match_parent"
  25. android:layout_height="match_parent">
  26. <LinearLayout
  27. android:id="@+id/tysdk_back_ll"
  28. android:layout_width="40dp"
  29. android:layout_height="match_parent"
  30. android:gravity="center"
  31. android:orientation="vertical">
  32. <ImageView
  33. android:layout_width="16dp"
  34. android:layout_height="match_parent"
  35. android:src="@drawable/tysdkn_recahrge_back_blue_left"/>
  36. </LinearLayout>
  37. <TextView
  38. android:layout_centerHorizontal="true"
  39. android:id="@+id/tysdk_center_user_views_title"
  40. android:layout_width="wrap_content"
  41. android:layout_height="match_parent"
  42. android:layout_marginLeft="20dp"
  43. android:layout_marginRight="20dp"
  44. android:ellipsize="end"
  45. android:text="标题"
  46. android:gravity="center_vertical|center_horizontal"
  47. android:maxLines="1"
  48. android:textColor="#30B8FF"
  49. android:textSize="16sp"
  50. tools:text="网页标题"/>
  51. <LinearLayout
  52. android:id="@+id/tysdkn_webview_func"
  53. android:layout_width="wrap_content"
  54. android:layout_height="match_parent"
  55. android:layout_alignParentRight="true"
  56. android:visibility="invisible"
  57. android:gravity="center"
  58. android:layout_marginRight="8dp"
  59. android:orientation="horizontal">
  60. <ImageView
  61. android:id="@+id/tysdkn_webview_icon"
  62. android:layout_width="wrap_content"
  63. android:layout_height="wrap_content"
  64. />
  65. <TextView
  66. android:id="@+id/tysdkn_webview_func_text"
  67. android:layout_width="wrap_content"
  68. android:layout_height="wrap_content"
  69. android:layout_marginLeft="5dp"
  70. android:textColor="#ffffff"/>
  71. </LinearLayout>
  72. </RelativeLayout>
  73. <ImageView
  74. android:id="@+id/tysdkn_webview_click"
  75. android:layout_width="44dp"
  76. android:layout_height="match_parent"
  77. android:padding="16dp"
  78. android:src="@drawable/tysdkn_click"
  79. android:visibility="gone"
  80. />
  81. </LinearLayout>
  82. <View
  83. android:layout_width="match_parent"
  84. android:layout_height="1dp"
  85. android:layout_alignParentBottom="true"
  86. android:layout_marginLeft="18dp"
  87. android:layout_marginRight="18dp"
  88. android:background="#dcdcdc"/>
  89. </LinearLayout>
  90. <com.sdk.tysdk.ui.ProgressWebView
  91. android:id="@+id/tysdk_userinfo_progressweb"
  92. android:layout_width="match_parent"
  93. android:layout_height="match_parent"
  94. android:scrollbars="none"/>
  95. </LinearLayout>
  96. </FrameLayout>