authsdk_privacy_webview.xml 800 B

1234567891011121314151617181920
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:app="http://schemas.android.com/apk/res-auto"
  4. android:layout_width="match_parent"
  5. android:layout_height="match_parent"
  6. android:orientation="vertical">
  7. <!-- <android.support.v7.widget.Toolbar-->
  8. <!-- android:id="@+id/toolbar"-->
  9. <!-- android:layout_width="match_parent"-->
  10. <!-- android:layout_height="?attr/actionBarSize"-->
  11. <!-- android:background="@color/colorPrimary"-->
  12. <!-- app:title="自定义协议页"-->
  13. <!-- app:titleTextColor="@android:color/white" />-->
  14. <WebView
  15. android:id="@+id/webView"
  16. android:layout_width="match_parent"
  17. android:layout_height="match_parent" />
  18. </LinearLayout>