authsdk_privacy_webview.xml 813 B

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