<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:id="@+id/rootView" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@color/white" android:orientation="vertical"> <com.pengxh.kt.lite.widget.TitleBarView android:id="@+id/titleView" android:layout_width="match_parent" android:layout_height="wrap_content" app:tbv_left_image="@drawable/ic_title_left_black" app:tbv_smaller_title="true" app:tbv_text="隐私政策" app:tbv_text_color="@color/black" /> <View android:layout_width="match_parent" android:layout_height="@dimen/borderThickness" android:background="@color/hintColor" /> <androidx.core.widget.NestedScrollView android:layout_width="match_parent" android:layout_height="wrap_content" android:scrollbars="vertical"> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical" android:paddingHorizontal="@dimen/dp_10" android:paddingVertical="@dimen/dp_5"> <TextView style="@style/privacyTextStyle" android:text="@string/paragraph_1" /> <TextView style="@style/privacyTextStyle" android:layout_marginVertical="@dimen/dp_7" android:text="1、适用范围" /> <TextView style="@style/privacyTextStyle" android:text="@string/paragraph_2" /> <TextView style="@style/privacyTextStyle" android:layout_marginVertical="@dimen/dp_7" android:text="@string/paragraph_3" /> <TextView style="@style/privacyTextStyle" android:text="@string/paragraph_4" /> <TextView style="@style/privacyTextStyle" android:layout_marginVertical="@dimen/dp_7" android:text="您了解并同意,以下信息不适用本隐私权政策:" /> <TextView style="@style/privacyTextStyle" android:text="@string/paragraph_5" /> <TextView style="@style/privacyTextStyle" android:layout_marginVertical="@dimen/dp_7" android:text="@string/paragraph_6" /> <TextView style="@style/privacyTextStyle" android:text="@string/paragraph_7" /> <TextView style="@style/privacyTextStyle" android:layout_marginVertical="@dimen/dp_7" android:text="2、信息使用" /> <TextView style="@style/privacyTextStyle" android:text="@string/paragraph_8" /> <TextView style="@style/privacyTextStyle" android:layout_marginVertical="@dimen/dp_7" android:text="@string/paragraph_9" /> <TextView style="@style/privacyTextStyle" android:text="@string/paragraph_10" /> <TextView style="@style/privacyTextStyle" android:layout_marginVertical="@dimen/dp_7" android:text="3、信息披露" /> <TextView style="@style/privacyTextStyle" android:text="@string/paragraph_11" /> <TextView style="@style/privacyTextStyle" android:layout_marginVertical="@dimen/dp_7" android:text="@string/paragraph_12" /> <TextView style="@style/privacyTextStyle" android:text="@string/paragraph_13" /> <TextView style="@style/privacyTextStyle" android:layout_marginVertical="@dimen/dp_7" android:text="@string/paragraph_14" /> <TextView style="@style/privacyTextStyle" android:text="@string/paragraph_15" /> <TextView style="@style/privacyTextStyle" android:layout_marginVertical="@dimen/dp_7" android:text="@string/paragraph_16" /> <TextView style="@style/privacyTextStyle" android:text="@string/paragraph_17" /> <TextView style="@style/privacyTextStyle" android:layout_marginVertical="@dimen/dp_7" android:text="@string/paragraph_18" /> <TextView style="@style/privacyTextStyle" android:text="4、信息存储和交换" /> <TextView style="@style/privacyTextStyle" android:layout_marginVertical="@dimen/dp_7" android:text="@string/paragraph_19" /> <TextView style="@style/privacyTextStyle" android:text="5、Cookie的使用" /> <TextView style="@style/privacyTextStyle" android:text="@string/paragraph_20" /> <TextView style="@style/privacyTextStyle" android:layout_marginVertical="@dimen/dp_7" android:text="@string/paragraph_21" /> <TextView style="@style/privacyTextStyle" android:text="@string/paragraph_22" /> <TextView style="@style/privacyTextStyle" android:text="6、信息安全" /> <TextView style="@style/privacyTextStyle" android:layout_marginVertical="@dimen/dp_7" android:text="@string/paragraph_23" /> <TextView style="@style/privacyTextStyle" android:text="@string/paragraph_24" /> </LinearLayout> </androidx.core.widget.NestedScrollView> </LinearLayout>