version:6.2

fix:
update:增加隐私声明和用户协议
This commit is contained in:
2022-11-18 18:13:10 +08:00
parent b87c2e99b9
commit e61573e132
12 changed files with 614 additions and 6 deletions

View File

@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".activity.PolicyActivity">
<ScrollView
android:layout_width="match_parent"
android:layout_height="match_parent">
<TextView
android:id="@+id/textView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textSize="@dimen/sp_10"
/>
</ScrollView>
</androidx.constraintlayout.widget.ConstraintLayout>