Files
UIUIPadAppstore/app/src/main/res/layout/activity_useragreement.xml
Fanhuitong 8077892ed2 version:1.8.2
date:2021-11-09 10:10:54
fix:
add:增加隐私政策和用户协议
2021-11-09 10:11:09 +08:00

13 lines
582 B
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".activity.UserAgreementActivity">
<WebView
android:id="@+id/webView"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</androidx.constraintlayout.widget.ConstraintLayout>