Files
Xuewang365OSLenovo/app/src/main/res/layout/activity_policy.xml
Fanhuitong a5e8623bed version:1.6
fix:
update:增加4:3适配
2023-03-06 17:40:09 +08:00

21 lines
756 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"
android:background="@color/white"
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>