tysdkn_dialog_wb.xml 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout
  3. xmlns:android="http://schemas.android.com/apk/res/android"
  4. xmlns:tools="http://schemas.android.com/tools"
  5. android:layout_width="wrap_content"
  6. android:layout_height="wrap_content"
  7. android:layout_gravity="center"
  8. android:background="@drawable/tysdkn_edit_two_bg"
  9. android:orientation="vertical"
  10. >
  11. <!--<RelativeLayout-->
  12. <!--android:layout_width="350dp"-->
  13. <!--android:layout_height="50dp"-->
  14. <!--android:paddingLeft="18sp"-->
  15. <!--android:paddingRight="18dp">-->
  16. <!--<TextView-->
  17. <!--android:id="@+id/tysdkn_dialog_wb_title"-->
  18. <!--android:layout_width="wrap_content"-->
  19. <!--android:layout_height="wrap_content"-->
  20. <!--android:layout_centerInParent="true"-->
  21. <!--android:textColor="#009DEF"-->
  22. <!--android:textSize="19sp"-->
  23. <!--tools:text="实名认证"/>-->
  24. <!--<ImageView-->
  25. <!--android:id="@+id/tysdkn_iv_close"-->
  26. <!--android:layout_width="15dp"-->
  27. <!--android:visibility="gone"-->
  28. <!--android:layout_height="15dp"-->
  29. <!--android:layout_alignParentRight="true"-->
  30. <!--android:layout_centerVertical="true"-->
  31. <!--android:background="@drawable/tysdkn_close" />-->
  32. <!--</RelativeLayout>-->
  33. <com.sdk.tysdk.ui.ProgressWebView
  34. android:id="@+id/tysdkn_dialog_wb"
  35. android:layout_width="match_parent"
  36. android:layout_height="wrap_content"
  37. android:scrollbars="none" />
  38. </LinearLayout>