<?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:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:orientation="vertical">
|
|
|
<include layout="@layout/item_youth_nav"></include>
|
|
|
<com.lcjian.library.widget.RatioLayout
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
app:ratio="0.408">
|
|
<ImageView
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:src="@drawable/ic_youth_banner"></ImageView>
|
</com.lcjian.library.widget.RatioLayout>
|
|
<ScrollView
|
android:layout_width="match_parent"
|
android:layout_height="0dp"
|
android:layout_weight="1">
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:layout_margin="22dp"
|
android:orientation="vertical">
|
|
<TextView
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:text="@string/youth_notify_1"
|
android:textColor="#ff00a365"
|
android:textSize="15sp" />
|
|
<TextView
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:layout_marginTop="36dp"
|
android:text="@string/youth_notify_2"
|
android:textColor="#ff333333"
|
android:textSize="15sp" />
|
|
|
<TextView
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:gravity="center"
|
android:lineSpacingExtra="5dp"
|
android:text="建议青少年们适当观看本App中与学习课程、科普知识相关的内容等"
|
android:textColor="#fffe3c69"
|
android:textSize="15sp" />
|
|
|
</LinearLayout>
|
</ScrollView>
|
|
<TextView
|
android:id="@+id/tv_open"
|
android:layout_width="match_parent"
|
android:layout_height="50dp"
|
android:background="#35C791"
|
android:gravity="center"
|
android:text="开启青少年模式"
|
android:textColor="#FFFFFF"
|
android:textSize="18sp">
|
|
|
</TextView>
|
|
</LinearLayout>
|