Files
Xuewang365OSHonor/app/src/main/res/layout/activity_policy.xml
fanhuitong e61573e132 version:6.2
fix:
update:增加隐私声明和用户协议
2022-11-18 18:13:10 +08:00

20 lines
718 B
XML

<?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>