version:1.0.4
fix: update:增加下载
This commit is contained in:
538
app/src/main/res/layout/fg_content_example_after.xml
Normal file
538
app/src/main/res/layout/fg_content_example_after.xml
Normal file
@@ -0,0 +1,538 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:gravity="center_horizontal"
|
||||
android:orientation="horizontal"
|
||||
android:paddingTop="64dp">
|
||||
|
||||
<RelativeLayout
|
||||
android:id="@+id/ll_zjx"
|
||||
android:layout_width="407dp"
|
||||
android:layout_height="325dp"
|
||||
android:background="@drawable/icon_yw_zjx_l"
|
||||
android:orientation="vertical">
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginBottom="17dp"
|
||||
android:orientation="horizontal">
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/ll_tab_tbjzx"
|
||||
android:layout_width="119dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center_horizontal"
|
||||
android:orientation="vertical">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_tab_tbjzx"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="7dp"
|
||||
android:text="AI同步精准学"
|
||||
android:textColor="#b3b1ca"
|
||||
android:textSize="36sp"
|
||||
android:visibility="gone" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iv_tab_tbjzx"
|
||||
android:layout_width="90dp"
|
||||
android:layout_height="29dp"
|
||||
android:layout_marginTop="9dp"
|
||||
android:background="@drawable/icon_yw_tbjzx" />
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/ll_tab_dyfx"
|
||||
android:layout_width="105dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center_horizontal"
|
||||
android:orientation="vertical">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_tab_dyfx"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="7dp"
|
||||
android:text="AI单元复习"
|
||||
android:textColor="#b3b1ca"
|
||||
android:textSize="36sp" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iv_tab_dyfx"
|
||||
android:layout_width="87dp"
|
||||
android:layout_height="29dp"
|
||||
android:layout_marginTop="9dp"
|
||||
android:background="@drawable/icon_yw_dyfx"
|
||||
android:visibility="gone" />
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/ll_tab_jdbk"
|
||||
android:layout_width="97dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center_horizontal"
|
||||
android:orientation="vertical">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_tab_jdbk"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="7dp"
|
||||
android:text="AI阶段备考"
|
||||
android:textColor="#b3b1ca"
|
||||
android:textSize="36sp" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iv_tab_jdbk"
|
||||
android:layout_width="87dp"
|
||||
android:layout_height="29dp"
|
||||
android:layout_marginTop="9dp"
|
||||
android:background="@drawable/icon_yw_aijdbk"
|
||||
android:visibility="gone" />
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/ll_tbjzx"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_horizontal"
|
||||
android:layout_marginTop="54dp"
|
||||
android:gravity="center_horizontal"
|
||||
android:orientation="horizontal">
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="13dp"
|
||||
android:orientation="vertical">
|
||||
|
||||
<RelativeLayout
|
||||
android:layout_width="163dp"
|
||||
android:layout_height="136dp"
|
||||
android:background="@drawable/icon_yw_tbdd_bg"
|
||||
android:paddingLeft="8dp">
|
||||
|
||||
<RelativeLayout
|
||||
android:id="@+id/rl_kb"
|
||||
android:layout_width="110dp"
|
||||
android:layout_height="129dp"
|
||||
android:layout_marginLeft="15dp"
|
||||
android:onClick="onClick"
|
||||
android:tag="@string/tag_args_tbdd_yy_new_six">
|
||||
|
||||
<ImageView
|
||||
android:layout_width="96dp"
|
||||
android:layout_height="16dp"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:background="@drawable/icon_yw_tbdd_dizuo" />
|
||||
|
||||
<View
|
||||
android:layout_width="79dp"
|
||||
android:layout_height="111dp"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:layout_marginTop="13dp"
|
||||
android:background="@drawable/bg_shape_tbdd_book_bg" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iv_cover"
|
||||
android:layout_width="72dp"
|
||||
android:layout_height="104dp"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:layout_marginTop="16dp"
|
||||
android:background="@drawable/icon_yw_tjsb" />
|
||||
|
||||
<ImageView
|
||||
android:layout_width="51dp"
|
||||
android:layout_height="23dp"
|
||||
android:layout_marginLeft="44dp"
|
||||
android:layout_marginTop="102dp"
|
||||
android:background="@drawable/icon_tbdd_diandu" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iv_zb"
|
||||
android:layout_width="41dp"
|
||||
android:layout_height="41dp"
|
||||
android:layout_marginTop="3dp"
|
||||
android:background="@drawable/icon_kbdd_zb" />
|
||||
</RelativeLayout>
|
||||
</RelativeLayout>
|
||||
|
||||
<ImageView
|
||||
android:layout_width="163dp"
|
||||
android:layout_height="112dp"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:layout_marginTop="10dp"
|
||||
android:background="@drawable/icon_yw_tbfd_bg"
|
||||
android:onClick="onClick"
|
||||
android:tag="@string/tag_args_new_tbfd_yy" />
|
||||
</LinearLayout>
|
||||
|
||||
<ImageView
|
||||
android:layout_width="203dp"
|
||||
android:layout_height="258dp"
|
||||
android:layout_marginLeft="14dp"
|
||||
android:background="@drawable/icon_yw_khl"
|
||||
android:onClick="onGoJzx"
|
||||
android:tag="0|英语" />
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/ll_dyfx"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_horizontal"
|
||||
android:layout_marginTop="54dp"
|
||||
android:orientation="horizontal"
|
||||
android:visibility="gone">
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="163dp"
|
||||
android:layout_height="258dp"
|
||||
android:layout_marginLeft="14dp"
|
||||
android:background="@drawable/icon_yw_dnxfx_bg"
|
||||
android:gravity="center_horizontal"
|
||||
android:orientation="vertical">
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="122dp"
|
||||
android:layout_height="34dp"
|
||||
android:layout_marginTop="57dp"
|
||||
android:background="@drawable/bg_shape_d9d9d9_20"
|
||||
android:gravity="center"
|
||||
android:onClick="onGoJzx"
|
||||
android:orientation="horizontal"
|
||||
android:tag="10|英语">
|
||||
|
||||
<ImageView
|
||||
android:layout_width="27dp"
|
||||
android:layout_height="27dp"
|
||||
android:background="@drawable/icon_dyfx_zskj" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="8dp"
|
||||
android:text="知识框架"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="30sp" />
|
||||
</LinearLayout>
|
||||
|
||||
<ImageView
|
||||
android:layout_width="10dp"
|
||||
android:layout_height="10dp"
|
||||
android:layout_marginTop="2dp"
|
||||
android:layout_marginBottom="3dp"
|
||||
android:background="@drawable/icon_dyfx_x" />
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="122dp"
|
||||
android:layout_height="34dp"
|
||||
android:background="@drawable/bg_shape_d9d9d9_20"
|
||||
android:gravity="center"
|
||||
android:onClick="onGoJzx"
|
||||
android:orientation="horizontal"
|
||||
android:tag="11|英语">
|
||||
|
||||
<ImageView
|
||||
android:layout_width="27dp"
|
||||
android:layout_height="27dp"
|
||||
android:background="@drawable/icon_dyfx_zsdjj" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="8dp"
|
||||
android:text="知识点精讲"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="30sp" />
|
||||
</LinearLayout>
|
||||
|
||||
<ImageView
|
||||
android:layout_width="10dp"
|
||||
android:layout_height="10dp"
|
||||
android:layout_marginTop="2dp"
|
||||
android:layout_marginBottom="3dp"
|
||||
android:background="@drawable/icon_dyfx_x" />
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="122dp"
|
||||
android:layout_height="34dp"
|
||||
android:background="@drawable/bg_shape_d9d9d9_20"
|
||||
android:gravity="center"
|
||||
android:onClick="onGoJzx"
|
||||
android:orientation="horizontal"
|
||||
android:tag="12|英语">
|
||||
|
||||
<ImageView
|
||||
android:layout_width="27dp"
|
||||
android:layout_height="27dp"
|
||||
android:background="@drawable/icon_dyfx_xbbj" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="8dp"
|
||||
android:text="学霸笔记"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="30sp" />
|
||||
</LinearLayout>
|
||||
|
||||
<ImageView
|
||||
android:layout_width="10dp"
|
||||
android:layout_height="10dp"
|
||||
android:layout_marginTop="2dp"
|
||||
android:layout_marginBottom="3dp"
|
||||
android:background="@drawable/icon_dyfx_x" />
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="122dp"
|
||||
android:layout_height="34dp"
|
||||
android:background="@drawable/bg_shape_d9d9d9_20"
|
||||
android:gravity="center"
|
||||
android:onClick="onGoJzx"
|
||||
android:orientation="horizontal"
|
||||
android:tag="13|英语">
|
||||
|
||||
<ImageView
|
||||
android:layout_width="27dp"
|
||||
android:layout_height="27dp"
|
||||
android:background="@drawable/icon_dyfx_ztjj" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="8dp"
|
||||
android:text="真题精讲"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="30sp" />
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
|
||||
<ImageView
|
||||
android:layout_width="203dp"
|
||||
android:layout_height="258dp"
|
||||
android:layout_marginLeft="13dp"
|
||||
android:background="@drawable/icon_yw_aidyfxl_bg"
|
||||
android:onClick="onGoJzx"
|
||||
android:tag="9|英语" />
|
||||
</LinearLayout>
|
||||
|
||||
<RelativeLayout
|
||||
android:id="@+id/rl_jdbk"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:layout_gravity="center_horizontal"
|
||||
android:layout_marginTop="54dp"
|
||||
android:orientation="horizontal"
|
||||
android:visibility="gone">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iv_brdzj"
|
||||
android:layout_width="183dp"
|
||||
android:layout_height="258dp"
|
||||
android:layout_marginRight="14dp"
|
||||
android:background="@drawable/icon_yw_brdzj"
|
||||
android:onClick="onGoJzx"
|
||||
android:tag="5|英语" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iv_aijdc"
|
||||
android:layout_width="183dp"
|
||||
android:layout_height="136dp"
|
||||
android:layout_marginBottom="14dp"
|
||||
android:layout_toRightOf="@+id/iv_brdzj"
|
||||
android:background="@drawable/icon_yw_aijdc"
|
||||
android:onClick="onGoJzx"
|
||||
android:tag="1|英语" />
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/iv_qyj"
|
||||
android:layout_width="183dp"
|
||||
android:layout_height="108dp"
|
||||
android:layout_below="@+id/iv_aijdc"
|
||||
android:layout_toRightOf="@+id/iv_brdzj"
|
||||
android:background="@drawable/bg_shape_b6f3fa_40"
|
||||
android:orientation="vertical"
|
||||
android:paddingLeft="14dp">
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="14dp"
|
||||
android:text="试卷中心"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="40sp" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="2dp"
|
||||
android:text="真题来演练,提升超惊艳"
|
||||
android:textColor="#60ffffff"
|
||||
android:textSize="28sp" />
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="5dp"
|
||||
android:orientation="horizontal">
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="47dp"
|
||||
android:layout_height="42dp"
|
||||
android:background="@drawable/bg_shape_d9d9d9_20"
|
||||
android:gravity="center"
|
||||
android:onClick="onGoSjzx"
|
||||
android:orientation="vertical"
|
||||
android:tag="1669|英语">
|
||||
|
||||
<ImageView
|
||||
android:layout_width="23dp"
|
||||
android:layout_height="21dp"
|
||||
android:background="@drawable/icon_yw_qz" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="1dp"
|
||||
android:paddingRight="2dp"
|
||||
android:text="期中"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="28sp" />
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="47dp"
|
||||
android:layout_height="42dp"
|
||||
android:layout_marginLeft="10dp"
|
||||
android:layout_marginRight="10dp"
|
||||
android:background="@drawable/bg_shape_d9d9d9_20"
|
||||
android:gravity="center"
|
||||
android:onClick="onGoSjzx"
|
||||
android:orientation="vertical"
|
||||
android:tag="1670|英语">
|
||||
|
||||
<ImageView
|
||||
android:layout_width="23dp"
|
||||
android:layout_height="21dp"
|
||||
android:background="@drawable/icon_yw_qm" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="1dp"
|
||||
android:text="期末"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="28sp" />
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="47dp"
|
||||
android:layout_height="42dp"
|
||||
android:background="@drawable/bg_shape_d9d9d9_20"
|
||||
android:gravity="center"
|
||||
android:onClick="onGoSjzx"
|
||||
android:orientation="vertical"
|
||||
android:tag="1671|英语">
|
||||
|
||||
<ImageView
|
||||
android:layout_width="23dp"
|
||||
android:layout_height="21dp"
|
||||
android:background="@drawable/icon_yw_mnk" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingRight="1dp"
|
||||
android:text="模拟考"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="28sp" />
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
</RelativeLayout>
|
||||
</RelativeLayout>
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="14dp"
|
||||
android:orientation="vertical">
|
||||
|
||||
<ImageView
|
||||
android:layout_width="183dp"
|
||||
android:layout_height="93dp"
|
||||
android:background="@drawable/icon_yy_xx_lwxfy"
|
||||
android:onClick="onClick"
|
||||
android:tag="@string/taf_args_xfy" />
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="14dp"
|
||||
android:orientation="horizontal">
|
||||
|
||||
<ImageView
|
||||
android:layout_width="85dp"
|
||||
android:layout_height="93dp"
|
||||
android:background="@drawable/icon_yy_xx_jpkc"
|
||||
android:onClick="onClick"
|
||||
android:tag="@string/tag_args_new_xksp_yy" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iv_zxts"
|
||||
android:layout_width="85dp"
|
||||
android:layout_height="93dp"
|
||||
android:layout_marginLeft="14dp"
|
||||
android:background="@drawable/icon_yy_xx_zxts"
|
||||
android:onClick="onClick" />
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="183dp"
|
||||
android:layout_height="112dp"
|
||||
android:layout_marginTop="14dp"
|
||||
android:background="@drawable/bg_shape_zjxx"
|
||||
android:gravity="center_horizontal"
|
||||
android:orientation="vertical">
|
||||
|
||||
<RelativeLayout
|
||||
android:id="@+id/rl_apps"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="14dp"
|
||||
android:layout_marginTop="14dp"
|
||||
android:layout_marginRight="14dp"
|
||||
android:orientation="vertical">
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerVertical="true"
|
||||
android:text="学习应用"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="36sp" />
|
||||
|
||||
<ImageView
|
||||
android:layout_width="20dp"
|
||||
android:layout_height="20dp"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_centerVertical="true"
|
||||
android:background="@drawable/icon_yw_zjxx_right" />
|
||||
</RelativeLayout>
|
||||
|
||||
<androidx.recyclerview.widget.RecyclerView
|
||||
android:id="@+id/rv_apps"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_horizontal"
|
||||
android:layout_marginTop="15dp" />
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
Reference in New Issue
Block a user