version:1.0.1
fix: update:基本功能完成,修复闪退,更换壁纸未实现
This commit is contained in:
@@ -18,11 +18,10 @@
|
||||
android:background="@drawable/img_home_bg_0"
|
||||
android:orientation="vertical">
|
||||
|
||||
<RelativeLayout
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
android:id="@+id/home"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="3dp"
|
||||
android:orientation="horizontal"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
@@ -32,42 +31,61 @@
|
||||
android:id="@+id/tv_time"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="9dp"
|
||||
android:text="22:00"
|
||||
android:layout_marginStart="12dp"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="8dp" />
|
||||
android:textSize="12sp"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
tools:text="00:00" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iv_logo"
|
||||
android:layout_width="93dp"
|
||||
android:layout_height="20dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:adjustViewBounds="true"
|
||||
android:scaleType="centerCrop"
|
||||
android:src="@drawable/xuewang_logo_ai"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintStart_toEndOf="@+id/tv_time"
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_marginRight="9dp"
|
||||
android:layout_marginEnd="9dp"
|
||||
android:gravity="center_vertical"
|
||||
android:orientation="horizontal">
|
||||
android:orientation="horizontal"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/bluetooth_iv"
|
||||
android:layout_width="5dp"
|
||||
android:visibility="gone"
|
||||
android:src="@drawable/ic_bluetooth_open"
|
||||
android:layout_height="7dp" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iv_wifi"
|
||||
android:layout_width="11dp"
|
||||
android:layout_height="9dp"
|
||||
android:layout_marginLeft="3dp" />
|
||||
android:layout_marginStart="3dp" />
|
||||
|
||||
<com.xwad.os.view.jxw.view.JxwBatteryCircular
|
||||
android:id="@+id/battery_view"
|
||||
android:layout_width="18dp"
|
||||
android:layout_height="9dp"
|
||||
android:layout_marginLeft="3dp" />
|
||||
android:layout_marginStart="3dp" />
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/rl_grxx"
|
||||
android:layout_width="80dp"
|
||||
android:layout_height="31dp"
|
||||
android:layout_marginLeft="19dp"
|
||||
android:layout_marginStart="19dp"
|
||||
android:background="@drawable/bg_shape_txbg"
|
||||
android:onClick="onClick"
|
||||
android:orientation="horizontal"
|
||||
@@ -85,19 +103,19 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="31dp"
|
||||
android:orientation="vertical"
|
||||
android:paddingLeft="2dp">
|
||||
android:paddingStart="2dp">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_name"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="4dp"
|
||||
android:layout_marginRight="19dp"
|
||||
android:layout_marginEnd="19dp"
|
||||
android:ellipsize="marquee"
|
||||
android:singleLine="true"
|
||||
android:text="小九"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="9dp" />
|
||||
android:textSize="9sp" />
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="wrap_content"
|
||||
@@ -111,17 +129,17 @@
|
||||
android:layout_below="@+id/tv_name"
|
||||
android:text="未注册"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="9dp" />
|
||||
android:textSize="9sp" />
|
||||
|
||||
<ImageView
|
||||
android:layout_width="9dp"
|
||||
android:layout_height="10dp"
|
||||
android:layout_marginLeft="2dp"
|
||||
android:layout_marginStart="2dp"
|
||||
android:background="@drawable/icon_home_qh" />
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
</RelativeLayout>
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
|
||||
<androidx.recyclerview.widget.RecyclerView
|
||||
android:id="@+id/rl_tab"
|
||||
|
||||
@@ -9,5 +9,5 @@
|
||||
android:layout_width="281dp"
|
||||
android:layout_height="188dp"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:layout_marginLeft="47dp" />
|
||||
android:layout_marginStart="47dp" />
|
||||
</RelativeLayout>
|
||||
38
app/src/main/res/layout/dialog_lock.xml
Normal file
38
app/src/main/res/layout/dialog_lock.xml
Normal file
@@ -0,0 +1,38 @@
|
||||
<?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:orientation="vertical">
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="281dp"
|
||||
android:layout_height="156dp"
|
||||
android:layout_gravity="center"
|
||||
android:background="@drawable/icon_wifi_connect_bj"
|
||||
android:gravity="center_horizontal"
|
||||
android:orientation="vertical">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_title"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_horizontal"
|
||||
android:layout_marginStart="25dp"
|
||||
android:layout_marginTop="38dp"
|
||||
android:layout_marginEnd="25dp"
|
||||
android:text="已被禁用,需要爸爸妈妈允许后才可恢复使用哦。"
|
||||
android:textColor="#010101"
|
||||
android:textSize="14dp" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_confirm"
|
||||
android:layout_width="81dp"
|
||||
android:layout_height="28dp"
|
||||
android:layout_marginTop="22dp"
|
||||
android:background="@drawable/bg_shape_diglog_btn_right"
|
||||
android:gravity="center"
|
||||
android:text="知道了"
|
||||
android:textColor="#ffffff"
|
||||
android:textSize="12dp" />
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
31
app/src/main/res/layout/dialog_qhbz.xml
Normal file
31
app/src/main/res/layout/dialog_qhbz.xml
Normal file
@@ -0,0 +1,31 @@
|
||||
<?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="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_horizontal"
|
||||
android:orientation="vertical">
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="273dp"
|
||||
android:layout_height="178dp"
|
||||
android:layout_gravity="center"
|
||||
android:background="@drawable/icon_qhbz_bj"
|
||||
android:gravity="center_horizontal"
|
||||
android:orientation="vertical">
|
||||
|
||||
<ImageView
|
||||
android:layout_width="50dp"
|
||||
android:layout_height="12dp"
|
||||
android:layout_gravity="center_horizontal"
|
||||
android:layout_marginTop="10dp"
|
||||
android:background="@drawable/icon_qhbz_text" />
|
||||
|
||||
<androidx.recyclerview.widget.RecyclerView
|
||||
android:id="@+id/rv_bz"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_horizontal"
|
||||
android:layout_marginTop="9dp" />
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
55
app/src/main/res/layout/dialog_removeapp.xml
Normal file
55
app/src/main/res/layout/dialog_removeapp.xml
Normal file
@@ -0,0 +1,55 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="281dp"
|
||||
android:layout_height="166dp"
|
||||
android:layout_gravity="center"
|
||||
android:background="@drawable/grzx_bg"
|
||||
android:gravity="center_horizontal"
|
||||
android:orientation="vertical">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_name"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="31dp"
|
||||
android:text="搜狗输入法"
|
||||
android:textColor="#333333"
|
||||
android:textSize="16dp" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_title"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="19dp"
|
||||
android:text="确认要移除此应用吗?"
|
||||
android:textColor="#333333"
|
||||
android:textSize="16dp" />
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="19dp"
|
||||
android:orientation="horizontal">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_cancel"
|
||||
android:layout_width="81dp"
|
||||
android:layout_height="28dp"
|
||||
android:background="@drawable/download_cancel_bg"
|
||||
android:gravity="center"
|
||||
android:text="取消"
|
||||
android:textColor="#666666"
|
||||
android:textSize="12dp" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_ok"
|
||||
android:layout_width="81dp"
|
||||
android:layout_height="28dp"
|
||||
android:layout_marginStart="38dp"
|
||||
android:background="@drawable/download_remove_bg"
|
||||
android:gravity="center"
|
||||
android:text="移除"
|
||||
android:textColor="#ffffff"
|
||||
android:textSize="12dp" />
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
@@ -31,7 +31,7 @@
|
||||
android:id="@+id/ll_gb"
|
||||
android:layout_width="25dp"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:gravity="center">
|
||||
|
||||
<ImageView
|
||||
@@ -47,9 +47,9 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_horizontal"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:layout_marginTop="9dp"
|
||||
android:layout_marginRight="12dp"
|
||||
android:layout_marginEnd="12dp"
|
||||
android:layout_marginBottom="6dp" />
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
@@ -8,26 +8,26 @@
|
||||
android:id="@+id/iv_book_icon"
|
||||
android:layout_width="61dp"
|
||||
android:layout_height="81dp"
|
||||
android:layout_marginLeft="12dp" />
|
||||
android:layout_marginStart="12dp" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_book_name"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginRight="12dp"
|
||||
android:layout_toRightOf="@+id/iv_book_icon"
|
||||
android:layout_marginStart="12dp"
|
||||
android:layout_marginEnd="12dp"
|
||||
android:layout_toEndOf="@+id/iv_book_icon"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="9dp" />
|
||||
android:textSize="9sp" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iv_ksyd"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_below="@+id/tv_book_name"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:layout_marginTop="12dp"
|
||||
android:layout_toRightOf="@+id/iv_book_icon"
|
||||
android:layout_toEndOf="@+id/iv_book_icon"
|
||||
android:background="@drawable/icon_ds_ksyd"
|
||||
android:visibility="gone" />
|
||||
|
||||
@@ -50,6 +50,6 @@
|
||||
android:layout_marginTop="5dp"
|
||||
android:text="暂无内容"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="9dp" />
|
||||
android:textSize="9sp" />
|
||||
</LinearLayout>
|
||||
</RelativeLayout>
|
||||
@@ -8,39 +8,39 @@
|
||||
android:id="@+id/iv_book_icon"
|
||||
android:layout_width="61dp"
|
||||
android:layout_height="81dp"
|
||||
android:layout_marginLeft="9dp" />
|
||||
android:layout_marginStart="9dp" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iv_book_icon1"
|
||||
android:layout_width="29dp"
|
||||
android:layout_height="38dp"
|
||||
android:layout_marginLeft="9dp"
|
||||
android:layout_toRightOf="@+id/iv_book_icon" />
|
||||
android:layout_marginStart="9dp"
|
||||
android:layout_toEndOf="@+id/iv_book_icon" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iv_book_icon2"
|
||||
android:layout_width="29dp"
|
||||
android:layout_height="38dp"
|
||||
android:layout_marginLeft="9dp"
|
||||
android:layout_toRightOf="@+id/iv_book_icon1" />
|
||||
android:layout_marginStart="9dp"
|
||||
android:layout_toEndOf="@+id/iv_book_icon1" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iv_book_icon3"
|
||||
android:layout_width="29dp"
|
||||
android:layout_height="38dp"
|
||||
android:layout_below="@+id/iv_book_icon1"
|
||||
android:layout_marginLeft="9dp"
|
||||
android:layout_marginStart="9dp"
|
||||
android:layout_marginTop="6dp"
|
||||
android:layout_toRightOf="@+id/iv_book_icon" />
|
||||
android:layout_toEndOf="@+id/iv_book_icon" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iv_book_icon4"
|
||||
android:layout_width="29dp"
|
||||
android:layout_height="38dp"
|
||||
android:layout_below="@+id/iv_book_icon1"
|
||||
android:layout_marginLeft="9dp"
|
||||
android:layout_marginStart="9dp"
|
||||
android:layout_marginTop="6dp"
|
||||
android:layout_toRightOf="@+id/iv_book_icon1" />
|
||||
android:layout_toEndOf="@+id/iv_book_icon1" />
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/ll_data"
|
||||
@@ -61,6 +61,6 @@
|
||||
android:layout_marginTop="5dp"
|
||||
android:text="暂无内容"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="9dp" />
|
||||
android:textSize="9sp" />
|
||||
</LinearLayout>
|
||||
</RelativeLayout>
|
||||
@@ -31,7 +31,7 @@
|
||||
android:layout_marginTop="7dp"
|
||||
android:text="AI同步精准学"
|
||||
android:textColor="#b3b1ca"
|
||||
android:textSize="11dp"
|
||||
android:textSize="11sp"
|
||||
android:visibility="gone" />
|
||||
|
||||
<ImageView
|
||||
@@ -56,7 +56,7 @@
|
||||
android:layout_marginTop="7dp"
|
||||
android:text="AI单元复习"
|
||||
android:textColor="#b3b1ca"
|
||||
android:textSize="11dp" />
|
||||
android:textSize="11sp" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iv_tab_dyfx"
|
||||
@@ -81,7 +81,7 @@
|
||||
android:layout_marginTop="7dp"
|
||||
android:text="AI阶段备考"
|
||||
android:textColor="#b3b1ca"
|
||||
android:textSize="11dp" />
|
||||
android:textSize="11sp" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iv_tab_jdbk"
|
||||
@@ -104,7 +104,7 @@
|
||||
<ImageView
|
||||
android:layout_width="144dp"
|
||||
android:layout_height="238dp"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:background="@drawable/icon_xk_zz_tbfd"
|
||||
android:onClick="onClick"
|
||||
android:tag="@string/tag_args_new_tbfd_zz" />
|
||||
@@ -112,7 +112,7 @@
|
||||
<ImageView
|
||||
android:layout_width="166dp"
|
||||
android:layout_height="238dp"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:background="@drawable/icon_xk_wl_khl"
|
||||
android:onClick="onGoJzx"
|
||||
android:tag="0|道德与法治" />
|
||||
@@ -130,7 +130,7 @@
|
||||
<LinearLayout
|
||||
android:layout_width="144dp"
|
||||
android:layout_height="238dp"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:background="@drawable/icon_wl_dnxfx_bg"
|
||||
android:gravity="center_horizontal"
|
||||
android:orientation="vertical">
|
||||
@@ -153,10 +153,10 @@
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="8dp"
|
||||
android:layout_marginStart="8dp"
|
||||
android:text="知识框架"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="9dp" />
|
||||
android:textSize="9sp" />
|
||||
</LinearLayout>
|
||||
|
||||
<ImageView
|
||||
@@ -183,10 +183,10 @@
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="8dp"
|
||||
android:layout_marginStart="8dp"
|
||||
android:text="知识点精讲"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="9dp" />
|
||||
android:textSize="9sp" />
|
||||
</LinearLayout>
|
||||
|
||||
<ImageView
|
||||
@@ -213,10 +213,10 @@
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="8dp"
|
||||
android:layout_marginStart="8dp"
|
||||
android:text="学霸笔记"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="9dp" />
|
||||
android:textSize="9sp" />
|
||||
</LinearLayout>
|
||||
|
||||
<ImageView
|
||||
@@ -243,17 +243,17 @@
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="8dp"
|
||||
android:layout_marginStart="8dp"
|
||||
android:text="真题精讲"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="9dp" />
|
||||
android:textSize="9sp" />
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
|
||||
<ImageView
|
||||
android:layout_width="166dp"
|
||||
android:layout_height="238dp"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:background="@drawable/icon_yw_aidyfxl_bg"
|
||||
android:onClick="onGoJzx"
|
||||
android:tag="9|道德与法治" />
|
||||
@@ -273,7 +273,7 @@
|
||||
android:id="@+id/iv_brdzj"
|
||||
android:layout_width="147dp"
|
||||
android:layout_height="238dp"
|
||||
android:layout_marginRight="12dp"
|
||||
android:layout_marginEnd="12dp"
|
||||
android:background="@drawable/icon_wl_brdzj"
|
||||
android:onClick="onGoJzx"
|
||||
android:tag="5|道德与法治" />
|
||||
@@ -283,7 +283,7 @@
|
||||
android:layout_width="162dp"
|
||||
android:layout_height="125dp"
|
||||
android:layout_marginBottom="12dp"
|
||||
android:layout_toRightOf="@+id/iv_brdzj"
|
||||
android:layout_toEndOf="@+id/iv_brdzj"
|
||||
android:background="@drawable/icon_wl_aijdc"
|
||||
android:onClick="onGoJzx"
|
||||
android:tag="1|道德与法治" />
|
||||
@@ -293,10 +293,10 @@
|
||||
android:layout_width="162dp"
|
||||
android:layout_height="100dp"
|
||||
android:layout_below="@+id/iv_aijdc"
|
||||
android:layout_toRightOf="@+id/iv_brdzj"
|
||||
android:layout_toEndOf="@+id/iv_brdzj"
|
||||
android:background="@drawable/bg_shape_b6f3fa_40"
|
||||
android:orientation="vertical"
|
||||
android:paddingLeft="9dp">
|
||||
android:paddingStart="9dp">
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
@@ -304,7 +304,7 @@
|
||||
android:layout_marginTop="12dp"
|
||||
android:text="试卷中心"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="12dp" />
|
||||
android:textSize="12sp" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
@@ -312,7 +312,7 @@
|
||||
android:layout_marginTop="2dp"
|
||||
android:text="真题来演练,提升超惊艳"
|
||||
android:textColor="#60ffffff"
|
||||
android:textSize="9dp" />
|
||||
android:textSize="9sp" />
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="wrap_content"
|
||||
@@ -341,15 +341,15 @@
|
||||
android:paddingRight="1dp"
|
||||
android:text="期中"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="9dp" />
|
||||
android:textSize="9sp" />
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="44dp"
|
||||
android:layout_height="39dp"
|
||||
android:layout_marginHorizontal="6dp"
|
||||
android:layout_marginLeft="6dp"
|
||||
android:layout_marginRight="6dp"
|
||||
android:layout_marginStart="6dp"
|
||||
android:layout_marginEnd="6dp"
|
||||
android:background="@drawable/bg_shape_d9d9d9_20"
|
||||
android:gravity="center"
|
||||
android:onClick="onGoSjzx"
|
||||
@@ -367,7 +367,7 @@
|
||||
android:layout_marginTop="1dp"
|
||||
android:text="期末"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="9dp" />
|
||||
android:textSize="9sp" />
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
@@ -390,7 +390,7 @@
|
||||
android:paddingRight="1dp"
|
||||
android:text="模拟考"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="9dp" />
|
||||
android:textSize="9sp" />
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
@@ -400,7 +400,7 @@
|
||||
<LinearLayout
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:orientation="vertical">
|
||||
|
||||
<ImageView
|
||||
|
||||
@@ -104,7 +104,7 @@
|
||||
<ImageView
|
||||
android:layout_width="144dp"
|
||||
android:layout_height="238dp"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:background="@drawable/icon_xk_dl_tbfd"
|
||||
android:onClick="onClick"
|
||||
android:tag="@string/tag_args_new_tbfd_dl" />
|
||||
@@ -112,7 +112,7 @@
|
||||
<ImageView
|
||||
android:layout_width="166dp"
|
||||
android:layout_height="238dp"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:background="@drawable/icon_xk_wl_khl"
|
||||
android:onClick="onGoJzx"
|
||||
android:tag="0|地理" />
|
||||
@@ -130,7 +130,7 @@
|
||||
<LinearLayout
|
||||
android:layout_width="144dp"
|
||||
android:layout_height="238dp"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:background="@drawable/icon_wl_dnxfx_bg"
|
||||
android:gravity="center_horizontal"
|
||||
android:orientation="vertical">
|
||||
@@ -153,7 +153,7 @@
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="8dp"
|
||||
android:layout_marginStart="8dp"
|
||||
android:text="知识框架"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="9dp" />
|
||||
@@ -183,7 +183,7 @@
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="8dp"
|
||||
android:layout_marginStart="8dp"
|
||||
android:text="知识点精讲"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="9dp" />
|
||||
@@ -213,7 +213,7 @@
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="8dp"
|
||||
android:layout_marginStart="8dp"
|
||||
android:text="学霸笔记"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="9dp" />
|
||||
@@ -243,7 +243,7 @@
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="8dp"
|
||||
android:layout_marginStart="8dp"
|
||||
android:text="真题精讲"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="9dp" />
|
||||
@@ -253,7 +253,7 @@
|
||||
<ImageView
|
||||
android:layout_width="166dp"
|
||||
android:layout_height="238dp"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:background="@drawable/icon_yw_aidyfxl_bg"
|
||||
android:onClick="onGoJzx"
|
||||
android:tag="9|地理" />
|
||||
@@ -273,7 +273,7 @@
|
||||
android:id="@+id/iv_brdzj"
|
||||
android:layout_width="147dp"
|
||||
android:layout_height="238dp"
|
||||
android:layout_marginRight="12dp"
|
||||
android:layout_marginEnd="12dp"
|
||||
android:background="@drawable/icon_wl_brdzj"
|
||||
android:onClick="onGoJzx"
|
||||
android:tag="5|地理" />
|
||||
@@ -283,7 +283,7 @@
|
||||
android:layout_width="162dp"
|
||||
android:layout_height="125dp"
|
||||
android:layout_marginBottom="12dp"
|
||||
android:layout_toRightOf="@+id/iv_brdzj"
|
||||
android:layout_toEndOf="@+id/iv_brdzj"
|
||||
android:background="@drawable/icon_wl_aijdc"
|
||||
android:onClick="onGoJzx"
|
||||
android:tag="1|地理" />
|
||||
@@ -293,10 +293,10 @@
|
||||
android:layout_width="162dp"
|
||||
android:layout_height="100dp"
|
||||
android:layout_below="@+id/iv_aijdc"
|
||||
android:layout_toRightOf="@+id/iv_brdzj"
|
||||
android:layout_toEndOf="@+id/iv_brdzj"
|
||||
android:background="@drawable/bg_shape_b6f3fa_40"
|
||||
android:orientation="vertical"
|
||||
android:paddingLeft="9dp">
|
||||
android:paddingStart="9dp">
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
@@ -348,8 +348,8 @@
|
||||
android:layout_width="44dp"
|
||||
android:layout_height="39dp"
|
||||
android:layout_marginHorizontal="6dp"
|
||||
android:layout_marginLeft="6dp"
|
||||
android:layout_marginRight="6dp"
|
||||
android:layout_marginStart="6dp"
|
||||
android:layout_marginEnd="6dp"
|
||||
android:background="@drawable/bg_shape_d9d9d9_20"
|
||||
android:gravity="center"
|
||||
android:onClick="onGoSjzx"
|
||||
@@ -400,7 +400,7 @@
|
||||
<LinearLayout
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:orientation="vertical">
|
||||
|
||||
<ImageView
|
||||
@@ -430,9 +430,9 @@
|
||||
android:id="@+id/rl_apps"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:layout_marginTop="12dp"
|
||||
android:layout_marginRight="12dp"
|
||||
android:layout_marginEnd="12dp"
|
||||
android:orientation="vertical">
|
||||
|
||||
<TextView
|
||||
@@ -478,7 +478,7 @@
|
||||
<LinearLayout
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="8dp"
|
||||
android:layout_marginStart="8dp"
|
||||
android:gravity="center"
|
||||
android:onClick="onClick"
|
||||
android:orientation="vertical"
|
||||
|
||||
@@ -104,7 +104,7 @@
|
||||
<ImageView
|
||||
android:layout_width="144dp"
|
||||
android:layout_height="238dp"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:background="@drawable/icon_xk_hx_tbfd"
|
||||
android:onClick="onClick"
|
||||
android:tag="@string/tag_args_new_tbfd_hx" />
|
||||
@@ -112,7 +112,7 @@
|
||||
<ImageView
|
||||
android:layout_width="166dp"
|
||||
android:layout_height="238dp"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:background="@drawable/icon_xk_wl_khl"
|
||||
android:onClick="onGoJzx"
|
||||
android:tag="0|化学" />
|
||||
@@ -130,7 +130,7 @@
|
||||
<LinearLayout
|
||||
android:layout_width="144dp"
|
||||
android:layout_height="238dp"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:background="@drawable/icon_wl_dnxfx_bg"
|
||||
android:gravity="center_horizontal"
|
||||
android:orientation="vertical">
|
||||
@@ -153,7 +153,7 @@
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="8dp"
|
||||
android:layout_marginStart="8dp"
|
||||
android:text="知识框架"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="9dp" />
|
||||
@@ -183,7 +183,7 @@
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="8dp"
|
||||
android:layout_marginStart="8dp"
|
||||
android:text="知识点精讲"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="9dp" />
|
||||
@@ -213,7 +213,7 @@
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="8dp"
|
||||
android:layout_marginStart="8dp"
|
||||
android:text="学霸笔记"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="9dp" />
|
||||
@@ -243,7 +243,7 @@
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="8dp"
|
||||
android:layout_marginStart="8dp"
|
||||
android:text="真题精讲"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="9dp" />
|
||||
@@ -253,7 +253,7 @@
|
||||
<ImageView
|
||||
android:layout_width="166dp"
|
||||
android:layout_height="238dp"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:background="@drawable/icon_yw_aidyfxl_bg"
|
||||
android:onClick="onGoJzx"
|
||||
android:tag="9|化学" />
|
||||
@@ -273,7 +273,7 @@
|
||||
android:id="@+id/iv_brdzj"
|
||||
android:layout_width="147dp"
|
||||
android:layout_height="238dp"
|
||||
android:layout_marginRight="12dp"
|
||||
android:layout_marginEnd="12dp"
|
||||
android:background="@drawable/icon_wl_brdzj"
|
||||
android:onClick="onGoJzx"
|
||||
android:tag="5|化学" />
|
||||
@@ -283,7 +283,7 @@
|
||||
android:layout_width="162dp"
|
||||
android:layout_height="125dp"
|
||||
android:layout_marginBottom="12dp"
|
||||
android:layout_toRightOf="@+id/iv_brdzj"
|
||||
android:layout_toEndOf="@+id/iv_brdzj"
|
||||
android:background="@drawable/icon_wl_aijdc"
|
||||
android:onClick="onGoJzx"
|
||||
android:tag="1|化学" />
|
||||
@@ -293,10 +293,10 @@
|
||||
android:layout_width="162dp"
|
||||
android:layout_height="100dp"
|
||||
android:layout_below="@+id/iv_aijdc"
|
||||
android:layout_toRightOf="@+id/iv_brdzj"
|
||||
android:layout_toEndOf="@+id/iv_brdzj"
|
||||
android:background="@drawable/bg_shape_b6f3fa_40"
|
||||
android:orientation="vertical"
|
||||
android:paddingLeft="9dp">
|
||||
android:paddingStart="9dp">
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
@@ -347,8 +347,8 @@
|
||||
<LinearLayout
|
||||
android:layout_width="44dp"
|
||||
android:layout_height="39dp"
|
||||
android:layout_marginLeft="6dp"
|
||||
android:layout_marginRight="6dp"
|
||||
android:layout_marginStart="6dp"
|
||||
android:layout_marginEnd="6dp"
|
||||
android:background="@drawable/bg_shape_d9d9d9_20"
|
||||
android:gravity="center"
|
||||
android:onClick="onGoSjzx"
|
||||
@@ -399,7 +399,7 @@
|
||||
<LinearLayout
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:orientation="vertical">
|
||||
|
||||
<ImageView
|
||||
@@ -429,9 +429,9 @@
|
||||
android:id="@+id/rl_apps"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:layout_marginTop="12dp"
|
||||
android:layout_marginRight="12dp"
|
||||
android:layout_marginEnd="12dp"
|
||||
android:orientation="vertical">
|
||||
|
||||
<TextView
|
||||
@@ -445,7 +445,7 @@
|
||||
<ImageView
|
||||
android:layout_width="19dp"
|
||||
android:layout_height="19dp"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:layout_centerVertical="true"
|
||||
android:background="@drawable/icon_yw_zjxx_right" />
|
||||
</RelativeLayout>
|
||||
|
||||
@@ -104,7 +104,7 @@
|
||||
<ImageView
|
||||
android:layout_width="144dp"
|
||||
android:layout_height="238dp"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:background="@drawable/icon_xk_kx_tbfd_1"
|
||||
android:onClick="onClick"
|
||||
android:tag="@string/tag_args_new_tbfd_kx" />
|
||||
@@ -112,7 +112,7 @@
|
||||
<ImageView
|
||||
android:layout_width="166dp"
|
||||
android:layout_height="238dp"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:background="@drawable/icon_xk_wl_khl"
|
||||
android:onClick="onGoJzx"
|
||||
android:tag="0|科学" />
|
||||
@@ -130,7 +130,7 @@
|
||||
<LinearLayout
|
||||
android:layout_width="144dp"
|
||||
android:layout_height="238dp"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:background="@drawable/icon_wl_dnxfx_bg"
|
||||
android:gravity="center_horizontal"
|
||||
android:orientation="vertical">
|
||||
@@ -153,7 +153,7 @@
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="8dp"
|
||||
android:layout_marginStart="8dp"
|
||||
android:text="知识框架"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="9dp" />
|
||||
@@ -183,7 +183,7 @@
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="8dp"
|
||||
android:layout_marginStart="8dp"
|
||||
android:text="知识点精讲"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="9dp" />
|
||||
@@ -213,7 +213,7 @@
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="8dp"
|
||||
android:layout_marginStart="8dp"
|
||||
android:text="学霸笔记"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="9dp" />
|
||||
@@ -243,7 +243,7 @@
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="8dp"
|
||||
android:layout_marginStart="8dp"
|
||||
android:text="真题精讲"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="9dp" />
|
||||
@@ -253,7 +253,7 @@
|
||||
<ImageView
|
||||
android:layout_width="166dp"
|
||||
android:layout_height="238dp"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:background="@drawable/icon_yw_aidyfxl_bg"
|
||||
android:onClick="onGoJzx"
|
||||
android:tag="9|科学" />
|
||||
@@ -273,7 +273,7 @@
|
||||
android:id="@+id/iv_brdzj"
|
||||
android:layout_width="147dp"
|
||||
android:layout_height="238dp"
|
||||
android:layout_marginRight="12dp"
|
||||
android:layout_marginEnd="12dp"
|
||||
android:background="@drawable/icon_wl_brdzj"
|
||||
android:onClick="onGoJzx"
|
||||
android:tag="5|科学" />
|
||||
@@ -283,7 +283,7 @@
|
||||
android:layout_width="162dp"
|
||||
android:layout_height="125dp"
|
||||
android:layout_marginBottom="12dp"
|
||||
android:layout_toRightOf="@+id/iv_brdzj"
|
||||
android:layout_toEndOf="@+id/iv_brdzj"
|
||||
android:background="@drawable/icon_wl_aijdc"
|
||||
android:onClick="onGoJzx"
|
||||
android:tag="1|科学" />
|
||||
@@ -293,10 +293,10 @@
|
||||
android:layout_width="162dp"
|
||||
android:layout_height="100dp"
|
||||
android:layout_below="@+id/iv_aijdc"
|
||||
android:layout_toRightOf="@+id/iv_brdzj"
|
||||
android:layout_toEndOf="@+id/iv_brdzj"
|
||||
android:background="@drawable/bg_shape_b6f3fa_40"
|
||||
android:orientation="vertical"
|
||||
android:paddingLeft="9dp">
|
||||
android:paddingStart="9dp">
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
@@ -348,8 +348,8 @@
|
||||
android:layout_width="44dp"
|
||||
android:layout_height="39dp"
|
||||
android:layout_marginHorizontal="6dp"
|
||||
android:layout_marginLeft="6dp"
|
||||
android:layout_marginRight="6dp"
|
||||
android:layout_marginStart="6dp"
|
||||
android:layout_marginEnd="6dp"
|
||||
android:background="@drawable/bg_shape_d9d9d9_20"
|
||||
android:gravity="center"
|
||||
android:onClick="onGoSjzx"
|
||||
@@ -400,7 +400,7 @@
|
||||
<LinearLayout
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:orientation="vertical">
|
||||
|
||||
<ImageView
|
||||
|
||||
@@ -104,7 +104,7 @@
|
||||
<ImageView
|
||||
android:layout_width="144dp"
|
||||
android:layout_height="238dp"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:background="@drawable/icon_xk_ls_tbfd"
|
||||
android:onClick="onClick"
|
||||
android:tag="@string/tag_args_new_tbfd_ls" />
|
||||
@@ -112,7 +112,7 @@
|
||||
<ImageView
|
||||
android:layout_width="166dp"
|
||||
android:layout_height="238dp"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:background="@drawable/icon_xk_wl_khl"
|
||||
android:onClick="onGoJzx"
|
||||
android:tag="0|历史" />
|
||||
@@ -130,7 +130,7 @@
|
||||
<LinearLayout
|
||||
android:layout_width="144dp"
|
||||
android:layout_height="238dp"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:background="@drawable/icon_wl_dnxfx_bg"
|
||||
android:gravity="center_horizontal"
|
||||
android:orientation="vertical">
|
||||
@@ -153,7 +153,7 @@
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="8dp"
|
||||
android:layout_marginStart="8dp"
|
||||
android:text="知识框架"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="9dp" />
|
||||
@@ -183,7 +183,7 @@
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="8dp"
|
||||
android:layout_marginStart="8dp"
|
||||
android:text="知识点精讲"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="9dp" />
|
||||
@@ -213,7 +213,7 @@
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="8dp"
|
||||
android:layout_marginStart="8dp"
|
||||
android:text="学霸笔记"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="9dp" />
|
||||
@@ -243,7 +243,7 @@
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="8dp"
|
||||
android:layout_marginStart="8dp"
|
||||
android:text="真题精讲"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="9dp" />
|
||||
@@ -253,7 +253,7 @@
|
||||
<ImageView
|
||||
android:layout_width="166dp"
|
||||
android:layout_height="238dp"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:background="@drawable/icon_yw_aidyfxl_bg"
|
||||
android:onClick="onGoJzx"
|
||||
android:tag="9|历史" />
|
||||
@@ -273,7 +273,7 @@
|
||||
android:id="@+id/iv_brdzj"
|
||||
android:layout_width="147dp"
|
||||
android:layout_height="238dp"
|
||||
android:layout_marginRight="12dp"
|
||||
android:layout_marginEnd="12dp"
|
||||
android:background="@drawable/icon_wl_brdzj"
|
||||
android:onClick="onGoJzx"
|
||||
android:tag="5|历史" />
|
||||
@@ -283,7 +283,7 @@
|
||||
android:layout_width="162dp"
|
||||
android:layout_height="125dp"
|
||||
android:layout_marginBottom="12dp"
|
||||
android:layout_toRightOf="@+id/iv_brdzj"
|
||||
android:layout_toEndOf="@+id/iv_brdzj"
|
||||
android:background="@drawable/icon_wl_aijdc"
|
||||
android:onClick="onGoJzx"
|
||||
android:tag="1|历史" />
|
||||
@@ -293,10 +293,10 @@
|
||||
android:layout_width="162dp"
|
||||
android:layout_height="100dp"
|
||||
android:layout_below="@+id/iv_aijdc"
|
||||
android:layout_toRightOf="@+id/iv_brdzj"
|
||||
android:layout_toEndOf="@+id/iv_brdzj"
|
||||
android:background="@drawable/bg_shape_b6f3fa_40"
|
||||
android:orientation="vertical"
|
||||
android:paddingLeft="9dp">
|
||||
android:paddingStart="9dp">
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
@@ -348,8 +348,8 @@
|
||||
android:layout_width="44dp"
|
||||
android:layout_height="39dp"
|
||||
android:layout_marginHorizontal="6dp"
|
||||
android:layout_marginLeft="6dp"
|
||||
android:layout_marginRight="6dp"
|
||||
android:layout_marginStart="6dp"
|
||||
android:layout_marginEnd="6dp"
|
||||
android:background="@drawable/bg_shape_d9d9d9_20"
|
||||
android:gravity="center"
|
||||
android:onClick="onGoSjzx"
|
||||
@@ -400,7 +400,7 @@
|
||||
<LinearLayout
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:orientation="vertical">
|
||||
|
||||
<ImageView
|
||||
|
||||
@@ -104,7 +104,7 @@
|
||||
<ImageView
|
||||
android:layout_width="144dp"
|
||||
android:layout_height="238dp"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:background="@drawable/icon_xk_sw_tbfd"
|
||||
android:onClick="onClick"
|
||||
android:tag="@string/tag_args_new_tbfd_sw" />
|
||||
@@ -112,7 +112,7 @@
|
||||
<ImageView
|
||||
android:layout_width="166dp"
|
||||
android:layout_height="238dp"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:background="@drawable/icon_xk_wl_khl"
|
||||
android:onClick="onGoJzx"
|
||||
android:tag="0|生物" />
|
||||
@@ -130,7 +130,7 @@
|
||||
<LinearLayout
|
||||
android:layout_width="144dp"
|
||||
android:layout_height="238dp"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:background="@drawable/icon_wl_dnxfx_bg"
|
||||
android:gravity="center_horizontal"
|
||||
android:orientation="vertical">
|
||||
@@ -153,7 +153,7 @@
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="8dp"
|
||||
android:layout_marginStart="8dp"
|
||||
android:text="知识框架"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="9dp" />
|
||||
@@ -183,7 +183,7 @@
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="8dp"
|
||||
android:layout_marginStart="8dp"
|
||||
android:text="知识点精讲"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="9dp" />
|
||||
@@ -213,7 +213,7 @@
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="8dp"
|
||||
android:layout_marginStart="8dp"
|
||||
android:text="学霸笔记"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="9dp" />
|
||||
@@ -243,7 +243,7 @@
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="8dp"
|
||||
android:layout_marginStart="8dp"
|
||||
android:text="真题精讲"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="9dp" />
|
||||
@@ -253,7 +253,7 @@
|
||||
<ImageView
|
||||
android:layout_width="166dp"
|
||||
android:layout_height="238dp"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:background="@drawable/icon_yw_aidyfxl_bg"
|
||||
android:onClick="onGoJzx"
|
||||
android:tag="9|生物" />
|
||||
@@ -273,7 +273,7 @@
|
||||
android:id="@+id/iv_brdzj"
|
||||
android:layout_width="147dp"
|
||||
android:layout_height="238dp"
|
||||
android:layout_marginRight="12dp"
|
||||
android:layout_marginEnd="12dp"
|
||||
android:background="@drawable/icon_wl_brdzj"
|
||||
android:onClick="onGoJzx"
|
||||
android:tag="5|生物" />
|
||||
@@ -283,7 +283,7 @@
|
||||
android:layout_width="162dp"
|
||||
android:layout_height="125dp"
|
||||
android:layout_marginBottom="12dp"
|
||||
android:layout_toRightOf="@+id/iv_brdzj"
|
||||
android:layout_toEndOf="@+id/iv_brdzj"
|
||||
android:background="@drawable/icon_wl_aijdc"
|
||||
android:onClick="onGoJzx"
|
||||
android:tag="1|生物" />
|
||||
@@ -293,10 +293,10 @@
|
||||
android:layout_width="162dp"
|
||||
android:layout_height="100dp"
|
||||
android:layout_below="@+id/iv_aijdc"
|
||||
android:layout_toRightOf="@+id/iv_brdzj"
|
||||
android:layout_toEndOf="@+id/iv_brdzj"
|
||||
android:background="@drawable/bg_shape_b6f3fa_40"
|
||||
android:orientation="vertical"
|
||||
android:paddingLeft="9dp">
|
||||
android:paddingStart="9dp">
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
@@ -348,8 +348,8 @@
|
||||
android:layout_width="44dp"
|
||||
android:layout_height="39dp"
|
||||
android:layout_marginHorizontal="6dp"
|
||||
android:layout_marginLeft="6dp"
|
||||
android:layout_marginRight="6dp"
|
||||
android:layout_marginStart="6dp"
|
||||
android:layout_marginEnd="6dp"
|
||||
android:background="@drawable/bg_shape_d9d9d9_20"
|
||||
android:gravity="center"
|
||||
android:onClick="onGoSjzx"
|
||||
@@ -400,7 +400,7 @@
|
||||
<LinearLayout
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:orientation="vertical">
|
||||
|
||||
<ImageView
|
||||
@@ -430,9 +430,9 @@
|
||||
android:id="@+id/rl_apps"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:layout_marginTop="12dp"
|
||||
android:layout_marginRight="12dp"
|
||||
android:layout_marginEnd="12dp"
|
||||
android:orientation="vertical">
|
||||
|
||||
<TextView
|
||||
@@ -446,7 +446,7 @@
|
||||
<ImageView
|
||||
android:layout_width="19dp"
|
||||
android:layout_height="19dp"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:layout_centerVertical="true"
|
||||
android:background="@drawable/icon_yw_zjxx_right" />
|
||||
</RelativeLayout>
|
||||
|
||||
@@ -104,7 +104,7 @@
|
||||
<ImageView
|
||||
android:layout_width="144dp"
|
||||
android:layout_height="238dp"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:background="@drawable/icon_xk_wl_tbfd"
|
||||
android:onClick="onClick"
|
||||
android:tag="@string/tag_args_new_tbfd_wl" />
|
||||
@@ -112,7 +112,7 @@
|
||||
<ImageView
|
||||
android:layout_width="166dp"
|
||||
android:layout_height="238dp"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:background="@drawable/icon_xk_wl_khl"
|
||||
android:onClick="onGoJzx"
|
||||
android:tag="0|物理" />
|
||||
@@ -130,7 +130,7 @@
|
||||
<LinearLayout
|
||||
android:layout_width="144dp"
|
||||
android:layout_height="238dp"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:background="@drawable/icon_wl_dnxfx_bg"
|
||||
android:gravity="center_horizontal"
|
||||
android:orientation="vertical">
|
||||
@@ -153,7 +153,7 @@
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="8dp"
|
||||
android:layout_marginStart="8dp"
|
||||
android:text="知识框架"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="9dp" />
|
||||
@@ -183,7 +183,7 @@
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="8dp"
|
||||
android:layout_marginStart="8dp"
|
||||
android:text="知识点精讲"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="9dp" />
|
||||
@@ -213,7 +213,7 @@
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="8dp"
|
||||
android:layout_marginStart="8dp"
|
||||
android:text="学霸笔记"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="9dp" />
|
||||
@@ -243,7 +243,7 @@
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="8dp"
|
||||
android:layout_marginStart="8dp"
|
||||
android:text="真题精讲"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="9dp" />
|
||||
@@ -253,7 +253,7 @@
|
||||
<ImageView
|
||||
android:layout_width="166dp"
|
||||
android:layout_height="238dp"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:background="@drawable/icon_yw_aidyfxl_bg"
|
||||
android:onClick="onGoJzx"
|
||||
android:tag="9|物理" />
|
||||
@@ -273,7 +273,7 @@
|
||||
android:id="@+id/iv_brdzj"
|
||||
android:layout_width="147dp"
|
||||
android:layout_height="238dp"
|
||||
android:layout_marginRight="12dp"
|
||||
android:layout_marginEnd="12dp"
|
||||
android:background="@drawable/icon_wl_brdzj"
|
||||
android:onClick="onGoJzx"
|
||||
android:tag="5|物理" />
|
||||
@@ -283,7 +283,7 @@
|
||||
android:layout_width="162dp"
|
||||
android:layout_height="125dp"
|
||||
android:layout_marginBottom="12dp"
|
||||
android:layout_toRightOf="@+id/iv_brdzj"
|
||||
android:layout_toEndOf="@+id/iv_brdzj"
|
||||
android:background="@drawable/icon_wl_aijdc"
|
||||
android:onClick="onGoJzx"
|
||||
android:tag="1|物理" />
|
||||
@@ -293,10 +293,10 @@
|
||||
android:layout_width="162dp"
|
||||
android:layout_height="100dp"
|
||||
android:layout_below="@+id/iv_aijdc"
|
||||
android:layout_toRightOf="@+id/iv_brdzj"
|
||||
android:layout_toEndOf="@+id/iv_brdzj"
|
||||
android:background="@drawable/bg_shape_b6f3fa_40"
|
||||
android:orientation="vertical"
|
||||
android:paddingLeft="9dp">
|
||||
android:paddingStart="9dp">
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
@@ -347,8 +347,8 @@
|
||||
<LinearLayout
|
||||
android:layout_width="44dp"
|
||||
android:layout_height="39dp"
|
||||
android:layout_marginLeft="6dp"
|
||||
android:layout_marginRight="6dp"
|
||||
android:layout_marginStart="6dp"
|
||||
android:layout_marginEnd="6dp"
|
||||
android:background="@drawable/bg_shape_d9d9d9_20"
|
||||
android:gravity="center"
|
||||
android:onClick="onGoSjzx"
|
||||
@@ -399,7 +399,7 @@
|
||||
<LinearLayout
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:orientation="vertical">
|
||||
|
||||
<ImageView
|
||||
@@ -429,9 +429,9 @@
|
||||
android:id="@+id/rl_apps"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:layout_marginTop="12dp"
|
||||
android:layout_marginRight="12dp"
|
||||
android:layout_marginEnd="12dp"
|
||||
android:orientation="vertical">
|
||||
|
||||
<TextView
|
||||
@@ -445,7 +445,7 @@
|
||||
<ImageView
|
||||
android:layout_width="19dp"
|
||||
android:layout_height="19dp"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:layout_centerVertical="true"
|
||||
android:background="@drawable/icon_yw_zjxx_right" />
|
||||
</RelativeLayout>
|
||||
|
||||
@@ -104,7 +104,7 @@
|
||||
<ImageView
|
||||
android:layout_width="144dp"
|
||||
android:layout_height="238dp"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:background="@drawable/icon_xk_zz_tbfd"
|
||||
android:onClick="onClick"
|
||||
android:tag="@string/tag_args_new_tbfd_zz" />
|
||||
@@ -112,7 +112,7 @@
|
||||
<ImageView
|
||||
android:layout_width="166dp"
|
||||
android:layout_height="238dp"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:background="@drawable/icon_xk_wl_khl"
|
||||
android:onClick="onGoJzx"
|
||||
android:tag="0|政治" />
|
||||
@@ -130,7 +130,7 @@
|
||||
<LinearLayout
|
||||
android:layout_width="144dp"
|
||||
android:layout_height="238dp"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:background="@drawable/icon_wl_dnxfx_bg"
|
||||
android:gravity="center_horizontal"
|
||||
android:orientation="vertical">
|
||||
@@ -153,7 +153,7 @@
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="8dp"
|
||||
android:layout_marginStart="8dp"
|
||||
android:text="知识框架"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="9dp" />
|
||||
@@ -183,7 +183,7 @@
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="8dp"
|
||||
android:layout_marginStart="8dp"
|
||||
android:text="知识点精讲"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="9dp" />
|
||||
@@ -213,7 +213,7 @@
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="8dp"
|
||||
android:layout_marginStart="8dp"
|
||||
android:text="学霸笔记"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="9dp" />
|
||||
@@ -243,7 +243,7 @@
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="8dp"
|
||||
android:layout_marginStart="8dp"
|
||||
android:text="真题精讲"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="9dp" />
|
||||
@@ -253,7 +253,7 @@
|
||||
<ImageView
|
||||
android:layout_width="166dp"
|
||||
android:layout_height="238dp"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:background="@drawable/icon_yw_aidyfxl_bg"
|
||||
android:onClick="onGoJzx"
|
||||
android:tag="9|政治" />
|
||||
@@ -273,7 +273,7 @@
|
||||
android:id="@+id/iv_brdzj"
|
||||
android:layout_width="147dp"
|
||||
android:layout_height="238dp"
|
||||
android:layout_marginRight="12dp"
|
||||
android:layout_marginEnd="12dp"
|
||||
android:background="@drawable/icon_wl_brdzj"
|
||||
android:onClick="onGoJzx"
|
||||
android:tag="5|政治" />
|
||||
@@ -283,7 +283,7 @@
|
||||
android:layout_width="162dp"
|
||||
android:layout_height="125dp"
|
||||
android:layout_marginBottom="12dp"
|
||||
android:layout_toRightOf="@+id/iv_brdzj"
|
||||
android:layout_toEndOf="@+id/iv_brdzj"
|
||||
android:background="@drawable/icon_wl_aijdc"
|
||||
android:onClick="onGoJzx"
|
||||
android:tag="1|政治" />
|
||||
@@ -293,10 +293,10 @@
|
||||
android:layout_width="162dp"
|
||||
android:layout_height="100dp"
|
||||
android:layout_below="@+id/iv_aijdc"
|
||||
android:layout_toRightOf="@+id/iv_brdzj"
|
||||
android:layout_toEndOf="@+id/iv_brdzj"
|
||||
android:background="@drawable/bg_shape_b6f3fa_40"
|
||||
android:orientation="vertical"
|
||||
android:paddingLeft="9dp">
|
||||
android:paddingStart="9dp">
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
@@ -348,8 +348,8 @@
|
||||
android:layout_width="44dp"
|
||||
android:layout_height="39dp"
|
||||
android:layout_marginHorizontal="6dp"
|
||||
android:layout_marginLeft="6dp"
|
||||
android:layout_marginRight="6dp"
|
||||
android:layout_marginStart="6dp"
|
||||
android:layout_marginEnd="6dp"
|
||||
android:background="@drawable/bg_shape_d9d9d9_20"
|
||||
android:gravity="center"
|
||||
android:onClick="onGoSjzx"
|
||||
@@ -400,7 +400,7 @@
|
||||
<LinearLayout
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:orientation="vertical">
|
||||
|
||||
<ImageView
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
<LinearLayout
|
||||
android:layout_width="181dp"
|
||||
android:layout_height="300dp"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:background="@drawable/icon_ai_aixxgj"
|
||||
android:orientation="vertical">
|
||||
|
||||
@@ -87,8 +87,8 @@
|
||||
android:layout_width="72dp"
|
||||
android:layout_height="63dp"
|
||||
android:layout_below="@+id/iv_aizjx"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_toRightOf="@+id/iv_zwpg"
|
||||
android:layout_marginStart="12dp"
|
||||
android:layout_toEndOf="@+id/iv_zwpg"
|
||||
android:background="@drawable/icon_ai_zndy"
|
||||
android:onClick="onClick"
|
||||
android:tag="@string/tag_args_new_zndy" />
|
||||
|
||||
@@ -126,20 +126,20 @@
|
||||
<LinearLayout
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:orientation="vertical">
|
||||
|
||||
<RelativeLayout
|
||||
android:layout_width="150dp"
|
||||
android:layout_height="125dp"
|
||||
android:background="@drawable/icon_yw_tbdd_bg"
|
||||
android:paddingLeft="7dp">
|
||||
android:paddingStart="7dp">
|
||||
|
||||
<RelativeLayout
|
||||
android:id="@+id/rl_kb"
|
||||
android:layout_width="101dp"
|
||||
android:layout_height="118dp"
|
||||
android:layout_marginLeft="13dp"
|
||||
android:layout_marginStart="13dp"
|
||||
android:onClick="onClick"
|
||||
android:tag="@string/tag_args_tbdd_yw_new_six">
|
||||
|
||||
@@ -168,7 +168,7 @@
|
||||
<ImageView
|
||||
android:layout_width="46dp"
|
||||
android:layout_height="21dp"
|
||||
android:layout_marginLeft="40dp"
|
||||
android:layout_marginStart="40dp"
|
||||
android:layout_marginTop="93dp"
|
||||
android:background="@drawable/icon_tbdd_diandu" />
|
||||
|
||||
@@ -195,7 +195,7 @@
|
||||
<ImageView
|
||||
android:layout_width="187dp"
|
||||
android:layout_height="237dp"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:background="@drawable/icon_yw_khl"
|
||||
android:onClick="onGoJzx"
|
||||
android:tag="0|语文" />
|
||||
@@ -213,7 +213,7 @@
|
||||
<LinearLayout
|
||||
android:layout_width="150dp"
|
||||
android:layout_height="237dp"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:background="@drawable/icon_yw_dnxfx_bg"
|
||||
android:gravity="center_horizontal"
|
||||
android:orientation="vertical">
|
||||
@@ -236,7 +236,7 @@
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="7dp"
|
||||
android:layout_marginStart="7dp"
|
||||
android:text="知识框架"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="9sp" />
|
||||
@@ -266,7 +266,7 @@
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="7dp"
|
||||
android:layout_marginStart="7dp"
|
||||
android:text="知识点精讲"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="9sp" />
|
||||
@@ -296,7 +296,7 @@
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="7dp"
|
||||
android:layout_marginStart="7dp"
|
||||
android:text="学霸笔记"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="9sp" />
|
||||
@@ -326,7 +326,7 @@
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="7dp"
|
||||
android:layout_marginStart="7dp"
|
||||
android:text="真题精讲"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="9sp" />
|
||||
@@ -336,7 +336,7 @@
|
||||
<ImageView
|
||||
android:layout_width="187dp"
|
||||
android:layout_height="237dp"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:background="@drawable/icon_yw_aidyfxl_bg"
|
||||
android:onClick="onGoJzx"
|
||||
android:tag="9|语文" />
|
||||
@@ -356,7 +356,7 @@
|
||||
android:id="@+id/iv_brdzj"
|
||||
android:layout_width="168dp"
|
||||
android:layout_height="237dp"
|
||||
android:layout_marginRight="12dp"
|
||||
android:layout_marginEnd="12dp"
|
||||
android:background="@drawable/icon_yw_brdzj"
|
||||
android:onClick="onGoJzx"
|
||||
android:tag="5|语文" />
|
||||
@@ -366,7 +366,7 @@
|
||||
android:layout_width="168dp"
|
||||
android:layout_height="125dp"
|
||||
android:layout_marginBottom="12dp"
|
||||
android:layout_toRightOf="@+id/iv_brdzj"
|
||||
android:layout_toEndOf="@+id/iv_brdzj"
|
||||
android:background="@drawable/icon_yw_aijdc"
|
||||
android:onClick="onGoJzx"
|
||||
android:tag="1|语文" />
|
||||
@@ -376,10 +376,10 @@
|
||||
android:layout_width="168dp"
|
||||
android:layout_height="100dp"
|
||||
android:layout_below="@+id/iv_aijdc"
|
||||
android:layout_toRightOf="@+id/iv_brdzj"
|
||||
android:layout_toEndOf="@+id/iv_brdzj"
|
||||
android:background="@drawable/bg_shape_b6f3fa_40"
|
||||
android:orientation="vertical"
|
||||
android:paddingLeft="12dp">
|
||||
android:paddingStart="12dp">
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
@@ -430,8 +430,8 @@
|
||||
<LinearLayout
|
||||
android:layout_width="43dp"
|
||||
android:layout_height="38dp"
|
||||
android:layout_marginLeft="9dp"
|
||||
android:layout_marginRight="9dp"
|
||||
android:layout_marginStart="9dp"
|
||||
android:layout_marginEnd="9dp"
|
||||
android:background="@drawable/bg_shape_d9d9d9_20"
|
||||
android:gravity="center"
|
||||
android:onClick="onGoSjzx"
|
||||
@@ -482,7 +482,7 @@
|
||||
<LinearLayout
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:orientation="vertical">
|
||||
|
||||
<ImageView
|
||||
@@ -512,9 +512,9 @@
|
||||
android:id="@+id/rl_apps"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:layout_marginTop="12dp"
|
||||
android:layout_marginRight="12dp"
|
||||
android:layout_marginEnd="12dp"
|
||||
android:onClick="@{click::openAppsDialog}"
|
||||
android:orientation="vertical">
|
||||
|
||||
@@ -529,7 +529,7 @@
|
||||
<ImageView
|
||||
android:layout_width="18dp"
|
||||
android:layout_height="18dp"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:layout_centerVertical="true"
|
||||
android:background="@drawable/icon_yw_zjxx_right" />
|
||||
</RelativeLayout>
|
||||
|
||||
@@ -63,7 +63,7 @@
|
||||
android:layout_width="106dp"
|
||||
android:layout_height="94dp"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:layout_marginBottom="12dp"
|
||||
android:background="@drawable/icon_xk_ddyfz_tbsp"
|
||||
android:onClick="onClick"
|
||||
@@ -74,9 +74,9 @@
|
||||
android:layout_width="106dp"
|
||||
android:layout_height="94dp"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:layout_marginBottom="12dp"
|
||||
android:layout_toRightOf="@+id/iv_zz_tbsp"
|
||||
android:layout_toEndOf="@+id/iv_zz_tbsp"
|
||||
android:background="@drawable/icon_xk_ddyfz_tbfd"
|
||||
android:onClick="onClick"
|
||||
android:tag="@string/tag_args_new_tbfd_zz" />
|
||||
@@ -85,8 +85,8 @@
|
||||
<RelativeLayout
|
||||
android:layout_width="294dp"
|
||||
android:layout_height="300dp"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_toRightOf="@+id/ll_left"
|
||||
android:layout_marginStart="12dp"
|
||||
android:layout_toEndOf="@+id/ll_left"
|
||||
android:background="@drawable/icon_xk_kx_bg"
|
||||
android:orientation="vertical"
|
||||
android:paddingTop="194dp">
|
||||
@@ -95,7 +95,7 @@
|
||||
android:id="@+id/kxtbkt"
|
||||
android:layout_width="81dp"
|
||||
android:layout_height="94dp"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:background="@drawable/icon_xk_kx_tbsp"
|
||||
android:onClick="onClick"
|
||||
android:tag="@string/tag_args_new_xksp_kx" />
|
||||
@@ -104,8 +104,8 @@
|
||||
android:id="@+id/kxtbfd"
|
||||
android:layout_width="81dp"
|
||||
android:layout_height="94dp"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_toRightOf="@+id/kxtbkt"
|
||||
android:layout_marginStart="12dp"
|
||||
android:layout_toEndOf="@+id/kxtbkt"
|
||||
android:background="@drawable/icon_xk_kx_tbfd"
|
||||
android:onClick="onClick"
|
||||
android:tag="@string/tag_args_new_tbfd_kx" />
|
||||
@@ -113,8 +113,8 @@
|
||||
<com.xwad.os.view.jxw.view.AlphaImageView
|
||||
android:layout_width="81dp"
|
||||
android:layout_height="94dp"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_toRightOf="@+id/kxtbfd"
|
||||
android:layout_marginStart="12dp"
|
||||
android:layout_toEndOf="@+id/kxtbfd"
|
||||
android:background="@drawable/icon_xk_kx_mlkxxsy"
|
||||
android:onClick="onClick"
|
||||
android:tag="@string/tag_args_new_ztsp_mlkxxsy_new" />
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
android:layout_marginTop="7dp"
|
||||
android:text="AI同步精准学"
|
||||
android:textColor="#b3b1ca"
|
||||
android:textSize="11dp"
|
||||
android:textSize="11sp"
|
||||
android:visibility="gone" />
|
||||
|
||||
<ImageView
|
||||
@@ -78,7 +78,7 @@
|
||||
android:layout_marginTop="7dp"
|
||||
android:text="AI单元复习"
|
||||
android:textColor="#b3b1ca"
|
||||
android:textSize="11dp" />
|
||||
android:textSize="11sp" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iv_tab_dyfx"
|
||||
@@ -103,7 +103,7 @@
|
||||
android:layout_marginTop="7dp"
|
||||
android:text="AI阶段备考"
|
||||
android:textColor="#b3b1ca"
|
||||
android:textSize="11dp" />
|
||||
android:textSize="11sp" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iv_tab_jdbk"
|
||||
@@ -127,20 +127,20 @@
|
||||
<LinearLayout
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:orientation="vertical">
|
||||
|
||||
<RelativeLayout
|
||||
android:layout_width="150dp"
|
||||
android:layout_height="125dp"
|
||||
android:background="@drawable/icon_yw_tbdd_bg"
|
||||
android:paddingLeft="8dp">
|
||||
android:paddingStart="8dp">
|
||||
|
||||
<RelativeLayout
|
||||
android:id="@+id/rl_kb"
|
||||
android:layout_width="102dp"
|
||||
android:layout_height="119dp"
|
||||
android:layout_marginLeft="13dp"
|
||||
android:layout_marginStart="13dp"
|
||||
android:onClick="onClick"
|
||||
android:tag="@string/tag_args_tbdd_yy_new_six">
|
||||
|
||||
@@ -169,7 +169,7 @@
|
||||
<ImageView
|
||||
android:layout_width="47dp"
|
||||
android:layout_height="22dp"
|
||||
android:layout_marginLeft="41dp"
|
||||
android:layout_marginStart="41dp"
|
||||
android:layout_marginTop="94dp"
|
||||
android:background="@drawable/icon_tbdd_diandu" />
|
||||
|
||||
@@ -195,7 +195,7 @@
|
||||
<ImageView
|
||||
android:layout_width="188dp"
|
||||
android:layout_height="238dp"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:background="@drawable/icon_yw_khl"
|
||||
android:onClick="onGoJzx"
|
||||
android:tag="0|英语" />
|
||||
@@ -213,7 +213,7 @@
|
||||
<LinearLayout
|
||||
android:layout_width="151dp"
|
||||
android:layout_height="238dp"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:background="@drawable/icon_yw_dnxfx_bg"
|
||||
android:gravity="center_horizontal"
|
||||
android:orientation="vertical">
|
||||
@@ -236,10 +236,10 @@
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="8dp"
|
||||
android:layout_marginStart="8dp"
|
||||
android:text="知识框架"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="9dp" />
|
||||
android:textSize="9sp" />
|
||||
</LinearLayout>
|
||||
|
||||
<ImageView
|
||||
@@ -266,10 +266,10 @@
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="8dp"
|
||||
android:layout_marginStart="8dp"
|
||||
android:text="知识点精讲"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="9dp" />
|
||||
android:textSize="9sp" />
|
||||
</LinearLayout>
|
||||
|
||||
<ImageView
|
||||
@@ -296,10 +296,10 @@
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="8dp"
|
||||
android:layout_marginStart="8dp"
|
||||
android:text="学霸笔记"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="9dp" />
|
||||
android:textSize="9sp" />
|
||||
</LinearLayout>
|
||||
|
||||
<ImageView
|
||||
@@ -326,17 +326,17 @@
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="8dp"
|
||||
android:layout_marginStart="8dp"
|
||||
android:text="真题精讲"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="9dp" />
|
||||
android:textSize="9sp" />
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
|
||||
<ImageView
|
||||
android:layout_width="188dp"
|
||||
android:layout_height="238dp"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:background="@drawable/icon_yw_aidyfxl_bg"
|
||||
android:onClick="onGoJzx"
|
||||
android:tag="9|英语" />
|
||||
@@ -356,7 +356,7 @@
|
||||
android:id="@+id/iv_brdzj"
|
||||
android:layout_width="169dp"
|
||||
android:layout_height="238dp"
|
||||
android:layout_marginRight="12dp"
|
||||
android:layout_marginEnd="12dp"
|
||||
android:background="@drawable/icon_yw_brdzj"
|
||||
android:onClick="onGoJzx"
|
||||
android:tag="5|英语" />
|
||||
@@ -366,7 +366,7 @@
|
||||
android:layout_width="169dp"
|
||||
android:layout_height="125dp"
|
||||
android:layout_marginBottom="12dp"
|
||||
android:layout_toRightOf="@+id/iv_brdzj"
|
||||
android:layout_toEndOf="@+id/iv_brdzj"
|
||||
android:background="@drawable/icon_yw_aijdc"
|
||||
android:onClick="onGoJzx"
|
||||
android:tag="1|英语" />
|
||||
@@ -376,10 +376,10 @@
|
||||
android:layout_width="169dp"
|
||||
android:layout_height="100dp"
|
||||
android:layout_below="@+id/iv_aijdc"
|
||||
android:layout_toRightOf="@+id/iv_brdzj"
|
||||
android:layout_toEndOf="@+id/iv_brdzj"
|
||||
android:background="@drawable/bg_shape_b6f3fa_40"
|
||||
android:orientation="vertical"
|
||||
android:paddingLeft="12dp">
|
||||
android:paddingStart="12dp">
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
@@ -387,7 +387,7 @@
|
||||
android:layout_marginTop="12dp"
|
||||
android:text="试卷中心"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="12dp" />
|
||||
android:textSize="12sp" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
@@ -395,7 +395,7 @@
|
||||
android:layout_marginTop="2dp"
|
||||
android:text="真题来演练,提升超惊艳"
|
||||
android:textColor="#60ffffff"
|
||||
android:textSize="9dp" />
|
||||
android:textSize="9sp" />
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="wrap_content"
|
||||
@@ -424,14 +424,14 @@
|
||||
android:paddingRight="2dp"
|
||||
android:text="期中"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="9dp" />
|
||||
android:textSize="9sp" />
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="44dp"
|
||||
android:layout_height="39dp"
|
||||
android:layout_marginLeft="9dp"
|
||||
android:layout_marginRight="9dp"
|
||||
android:layout_marginStart="9dp"
|
||||
android:layout_marginEnd="9dp"
|
||||
android:background="@drawable/bg_shape_d9d9d9_20"
|
||||
android:gravity="center"
|
||||
android:onClick="onGoSjzx"
|
||||
@@ -449,7 +449,7 @@
|
||||
android:layout_marginTop="1dp"
|
||||
android:text="期末"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="9dp" />
|
||||
android:textSize="9sp" />
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
@@ -472,7 +472,7 @@
|
||||
android:paddingRight="1dp"
|
||||
android:text="模拟考"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="9dp" />
|
||||
android:textSize="9sp" />
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
@@ -482,7 +482,7 @@
|
||||
<LinearLayout
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:orientation="vertical">
|
||||
|
||||
<ImageView
|
||||
@@ -509,7 +509,7 @@
|
||||
android:id="@+id/iv_zxts"
|
||||
android:layout_width="78dp"
|
||||
android:layout_height="86dp"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:background="@drawable/icon_yy_xx_zxts"
|
||||
android:onClick="onClick" />
|
||||
</LinearLayout>
|
||||
@@ -526,9 +526,9 @@
|
||||
android:id="@+id/rl_apps"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:layout_marginTop="12dp"
|
||||
android:layout_marginRight="12dp"
|
||||
android:layout_marginEnd="12dp"
|
||||
android:onClick="@{click::openAppsDialog}"
|
||||
android:orientation="vertical">
|
||||
|
||||
@@ -538,12 +538,12 @@
|
||||
android:layout_centerVertical="true"
|
||||
android:text="学习应用"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="11dp" />
|
||||
android:textSize="11sp" />
|
||||
|
||||
<ImageView
|
||||
android:layout_width="19dp"
|
||||
android:layout_height="19dp"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:layout_centerVertical="true"
|
||||
android:background="@drawable/icon_yw_zjxx_right" />
|
||||
</RelativeLayout>
|
||||
|
||||
@@ -127,7 +127,7 @@
|
||||
android:layout_width="150dp"
|
||||
android:layout_height="238dp"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:background="@drawable/icon_sx_tbfd_bg"
|
||||
android:onClick="onClick"
|
||||
android:tag="@string/tag_args_new_tbfd_sx" />
|
||||
@@ -135,7 +135,7 @@
|
||||
<ImageView
|
||||
android:layout_width="188dp"
|
||||
android:layout_height="238dp"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:background="@drawable/icon_yw_khl"
|
||||
android:onClick="onGoJzx"
|
||||
android:tag="0|数学" />
|
||||
@@ -153,7 +153,7 @@
|
||||
<LinearLayout
|
||||
android:layout_width="151dp"
|
||||
android:layout_height="238dp"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:background="@drawable/icon_yw_dnxfx_bg"
|
||||
android:gravity="center_horizontal"
|
||||
android:orientation="vertical">
|
||||
@@ -176,7 +176,7 @@
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="8dp"
|
||||
android:layout_marginStart="8dp"
|
||||
android:text="知识框架"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="9dp" />
|
||||
@@ -206,7 +206,7 @@
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="8dp"
|
||||
android:layout_marginStart="8dp"
|
||||
android:text="知识点精讲"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="9dp" />
|
||||
@@ -236,7 +236,7 @@
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="8dp"
|
||||
android:layout_marginStart="8dp"
|
||||
android:text="学霸笔记"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="9dp" />
|
||||
@@ -266,7 +266,7 @@
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="8dp"
|
||||
android:layout_marginStart="8dp"
|
||||
android:text="真题精讲"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="9dp" />
|
||||
@@ -276,7 +276,7 @@
|
||||
<ImageView
|
||||
android:layout_width="188dp"
|
||||
android:layout_height="238dp"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:background="@drawable/icon_yw_aidyfxl_bg"
|
||||
android:onClick="onGoJzx"
|
||||
android:tag="9|数学" />
|
||||
@@ -296,7 +296,7 @@
|
||||
android:id="@+id/iv_brdzj"
|
||||
android:layout_width="169dp"
|
||||
android:layout_height="238dp"
|
||||
android:layout_marginRight="12dp"
|
||||
android:layout_marginEnd="12dp"
|
||||
android:background="@drawable/icon_yw_brdzj"
|
||||
android:onClick="onGoJzx"
|
||||
android:tag="5|数学" />
|
||||
@@ -306,7 +306,7 @@
|
||||
android:layout_width="169dp"
|
||||
android:layout_height="125dp"
|
||||
android:layout_marginBottom="12dp"
|
||||
android:layout_toRightOf="@+id/iv_brdzj"
|
||||
android:layout_toEndOf="@+id/iv_brdzj"
|
||||
android:background="@drawable/icon_yw_aijdc"
|
||||
android:onClick="onGoJzx"
|
||||
android:tag="1|数学" />
|
||||
@@ -316,10 +316,10 @@
|
||||
android:layout_width="169dp"
|
||||
android:layout_height="100dp"
|
||||
android:layout_below="@+id/iv_aijdc"
|
||||
android:layout_toRightOf="@+id/iv_brdzj"
|
||||
android:layout_toEndOf="@+id/iv_brdzj"
|
||||
android:background="@drawable/bg_shape_b6f3fa_40"
|
||||
android:orientation="vertical"
|
||||
android:paddingLeft="12dp">
|
||||
android:paddingStart="12dp">
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
@@ -370,8 +370,8 @@
|
||||
<LinearLayout
|
||||
android:layout_width="44dp"
|
||||
android:layout_height="39dp"
|
||||
android:layout_marginLeft="9dp"
|
||||
android:layout_marginRight="9dp"
|
||||
android:layout_marginStart="9dp"
|
||||
android:layout_marginEnd="9dp"
|
||||
android:background="@drawable/bg_shape_d9d9d9_20"
|
||||
android:gravity="center"
|
||||
android:onClick="onGoSjzx"
|
||||
@@ -422,7 +422,7 @@
|
||||
<LinearLayout
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:orientation="vertical">
|
||||
|
||||
<ImageView
|
||||
@@ -452,9 +452,9 @@
|
||||
android:id="@+id/rl_apps"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:layout_marginTop="12dp"
|
||||
android:layout_marginRight="12dp"
|
||||
android:layout_marginEnd="12dp"
|
||||
android:onClick="@{click::openAppsDialog}"
|
||||
android:orientation="vertical">
|
||||
|
||||
@@ -469,7 +469,7 @@
|
||||
<ImageView
|
||||
android:layout_width="19dp"
|
||||
android:layout_height="19dp"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:layout_centerVertical="true"
|
||||
android:background="@drawable/icon_yw_zjxx_right" />
|
||||
</RelativeLayout>
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_toRightOf="@+id/head_image"
|
||||
android:layout_toEndOf="@+id/head_image"
|
||||
android:onClick="onClick"
|
||||
android:orientation="vertical"
|
||||
android:tag="@string/tag_args_xxgrzx">
|
||||
@@ -125,8 +125,8 @@
|
||||
android:id="@+id/ll_dj"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_marginLeft="53dp"
|
||||
android:layout_toRightOf="@+id/ll_grxx"
|
||||
android:layout_marginStart="53dp"
|
||||
android:layout_toEndOf="@+id/ll_grxx"
|
||||
android:gravity="center"
|
||||
android:orientation="vertical">
|
||||
|
||||
@@ -154,14 +154,14 @@
|
||||
android:id="@+id/iv_x2"
|
||||
android:layout_width="9dp"
|
||||
android:layout_height="9dp"
|
||||
android:layout_marginLeft="2dp"
|
||||
android:layout_marginStart="2dp"
|
||||
android:background="@drawable/icon_wd_wjx_pre" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iv_x3"
|
||||
android:layout_width="9dp"
|
||||
android:layout_height="9dp"
|
||||
android:layout_marginLeft="2dp"
|
||||
android:layout_marginStart="2dp"
|
||||
android:background="@drawable/icon_wd_wjx_pre" />
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
@@ -179,7 +179,7 @@
|
||||
android:id="@+id/tv_title"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:layout_marginTop="12dp"
|
||||
android:gravity="center_vertical"
|
||||
android:orientation="horizontal">
|
||||
@@ -197,7 +197,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="bottom"
|
||||
android:layout_marginLeft="5dp"
|
||||
android:layout_marginStart="5dp"
|
||||
android:text="不积小流,无以成江河"
|
||||
android:textColor="#b3b1ca"
|
||||
android:textSize="9dp" />
|
||||
@@ -207,24 +207,24 @@
|
||||
android:id="@+id/rl_dk"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:layout_marginTop="9dp"
|
||||
android:layout_marginRight="12dp" />
|
||||
android:layout_marginEnd="12dp" />
|
||||
|
||||
<com.xwad.os.view.jxw.widget.TreeView
|
||||
android:id="@+id/tree"
|
||||
android:layout_width="178dp"
|
||||
android:layout_height="162dp"
|
||||
android:layout_gravity="center_horizontal"
|
||||
android:layout_marginLeft="19dp" />
|
||||
android:layout_marginStart="19dp" />
|
||||
</LinearLayout>
|
||||
|
||||
<com.xwad.os.view.jxw.widget.DailyTasksView
|
||||
android:id="@+id/ll_mrrw"
|
||||
android:layout_width="272dp"
|
||||
android:layout_height="132dp"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_toRightOf="@+id/rl_grxx"
|
||||
android:layout_marginStart="12dp"
|
||||
android:layout_toEndOf="@+id/rl_grxx"
|
||||
android:orientation="vertical" />
|
||||
|
||||
<RelativeLayout
|
||||
@@ -232,12 +232,12 @@
|
||||
android:layout_width="162dp"
|
||||
android:layout_height="156dp"
|
||||
android:layout_below="@+id/ll_mrrw"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:layout_marginTop="12dp"
|
||||
android:layout_toRightOf="@+id/rl_grxx"
|
||||
android:layout_toEndOf="@+id/rl_grxx"
|
||||
android:background="@drawable/bg_shape_zjxx"
|
||||
android:orientation="vertical"
|
||||
android:paddingLeft="12dp">
|
||||
android:paddingStart="12dp">
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
@@ -285,7 +285,7 @@
|
||||
<LinearLayout
|
||||
android:layout_width="67dp"
|
||||
android:layout_height="42dp"
|
||||
android:layout_marginLeft="72dp"
|
||||
android:layout_marginStart="72dp"
|
||||
android:layout_marginTop="56dp"
|
||||
android:background="@drawable/bg_shape_d9d9d9_20"
|
||||
android:gravity="center"
|
||||
@@ -344,9 +344,9 @@
|
||||
android:layout_width="97dp"
|
||||
android:layout_height="72dp"
|
||||
android:layout_below="@+id/ll_mrrw"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:layout_marginTop="12dp"
|
||||
android:layout_toRightOf="@+id/ll_ctb"
|
||||
android:layout_toEndOf="@+id/ll_ctb"
|
||||
android:background="@drawable/icon_wd_scb"
|
||||
android:onClick="onClick"
|
||||
android:tag="@string/tag_args_new_scb" />
|
||||
@@ -355,9 +355,9 @@
|
||||
android:layout_width="97dp"
|
||||
android:layout_height="72dp"
|
||||
android:layout_below="@+id/iv_scb"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:layout_marginTop="12dp"
|
||||
android:layout_toRightOf="@+id/ll_ctb"
|
||||
android:layout_toEndOf="@+id/ll_ctb"
|
||||
android:background="@drawable/icon_wd_xwcd"
|
||||
android:onClick="onClick"
|
||||
android:tag="@string/tag_args_new_xwcd_online" />
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:layout_marginTop="12dp"
|
||||
android:text="新课标推荐"
|
||||
android:textColor="@color/white"
|
||||
@@ -47,7 +47,7 @@
|
||||
<LinearLayout
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="44dp"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:gravity="center_vertical"
|
||||
android:onClick="onClick"
|
||||
android:orientation="horizontal"
|
||||
@@ -64,7 +64,7 @@
|
||||
<ImageView
|
||||
android:layout_width="12dp"
|
||||
android:layout_height="12dp"
|
||||
android:layout_marginLeft="3dp"
|
||||
android:layout_marginStart="3dp"
|
||||
android:background="@drawable/icon_jq" />
|
||||
</LinearLayout>
|
||||
</RelativeLayout>
|
||||
@@ -72,9 +72,9 @@
|
||||
<RelativeLayout
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="18dp"
|
||||
android:layout_marginStart="18dp"
|
||||
android:layout_marginTop="9dp"
|
||||
android:layout_marginRight="18dp"
|
||||
android:layout_marginEnd="18dp"
|
||||
android:gravity="center_horizontal"
|
||||
android:orientation="horizontal">
|
||||
|
||||
@@ -88,7 +88,7 @@
|
||||
android:id="@+id/iv_shu1"
|
||||
android:layout_width="62dp"
|
||||
android:layout_height="82dp"
|
||||
android:layout_marginLeft="28dp"
|
||||
android:layout_marginStart="28dp"
|
||||
android:background="@drawable/icon_ds_shu1"
|
||||
android:onClick="onClick"
|
||||
android:tag="@string/tag_args_new_zhtsg_tjkd" />
|
||||
@@ -97,8 +97,8 @@
|
||||
android:id="@+id/iv_shu2"
|
||||
android:layout_width="62dp"
|
||||
android:layout_height="82dp"
|
||||
android:layout_marginLeft="19dp"
|
||||
android:layout_toRightOf="@+id/iv_shu1"
|
||||
android:layout_marginStart="19dp"
|
||||
android:layout_toEndOf="@+id/iv_shu1"
|
||||
android:background="@drawable/icon_ds_shu2"
|
||||
android:onClick="onClick"
|
||||
android:tag="@string/tag_args_new_zhtsg_adjy" />
|
||||
@@ -107,8 +107,8 @@
|
||||
android:id="@+id/iv_shu3"
|
||||
android:layout_width="62dp"
|
||||
android:layout_height="82dp"
|
||||
android:layout_marginLeft="19dp"
|
||||
android:layout_toRightOf="@+id/iv_shu2"
|
||||
android:layout_marginStart="19dp"
|
||||
android:layout_toEndOf="@+id/iv_shu2"
|
||||
android:background="@drawable/icon_ds_shu3"
|
||||
android:onClick="onClick"
|
||||
android:tag="@string/tag_args_new_zhtsg_tmssdxw" />
|
||||
@@ -117,8 +117,8 @@
|
||||
android:id="@+id/iv_shu4"
|
||||
android:layout_width="62dp"
|
||||
android:layout_height="82dp"
|
||||
android:layout_marginLeft="19dp"
|
||||
android:layout_toRightOf="@+id/iv_shu3"
|
||||
android:layout_marginStart="19dp"
|
||||
android:layout_toEndOf="@+id/iv_shu3"
|
||||
android:background="@drawable/icon_ds_shu4"
|
||||
android:onClick="onClick"
|
||||
android:tag="@string/tag_args_new_zhtsg_lryh" />
|
||||
@@ -127,8 +127,8 @@
|
||||
android:id="@+id/iv_shu5"
|
||||
android:layout_width="62dp"
|
||||
android:layout_height="82dp"
|
||||
android:layout_marginLeft="19dp"
|
||||
android:layout_toRightOf="@+id/iv_shu4"
|
||||
android:layout_marginStart="19dp"
|
||||
android:layout_toEndOf="@+id/iv_shu4"
|
||||
android:background="@drawable/icon_ds_shu5"
|
||||
android:onClick="onClick"
|
||||
android:tag="@string/tag_args_new_zhtsg_xwz" />
|
||||
@@ -136,8 +136,8 @@
|
||||
<ImageView
|
||||
android:layout_width="62dp"
|
||||
android:layout_height="82dp"
|
||||
android:layout_marginLeft="19dp"
|
||||
android:layout_toRightOf="@+id/iv_shu5"
|
||||
android:layout_marginStart="19dp"
|
||||
android:layout_toEndOf="@+id/iv_shu5"
|
||||
android:background="@drawable/icon_ds_shu6"
|
||||
android:onClick="onClick"
|
||||
android:tag="@string/tag_args_new_zhtsg_xlbb" />
|
||||
@@ -160,7 +160,7 @@
|
||||
android:id="@+id/tv_title"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:layout_marginTop="12dp"
|
||||
android:text="最近阅读"
|
||||
android:textColor="@color/white"
|
||||
@@ -183,15 +183,15 @@
|
||||
<RelativeLayout
|
||||
android:layout_width="238dp"
|
||||
android:layout_height="138dp"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginRight="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:layout_marginEnd="12dp"
|
||||
android:background="@drawable/bg_shape_zjxx"
|
||||
android:orientation="vertical">
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:layout_marginTop="12dp"
|
||||
android:text="本周阅读"
|
||||
android:textColor="@color/white"
|
||||
@@ -203,7 +203,7 @@
|
||||
android:layout_height="match_parent"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:layout_marginLeft="13dp"
|
||||
android:layout_marginStart="13dp"
|
||||
android:layout_marginBottom="6dp" />
|
||||
|
||||
<LinearLayout
|
||||
@@ -214,13 +214,13 @@
|
||||
<ImageView
|
||||
android:layout_width="78dp"
|
||||
android:layout_height="62dp"
|
||||
android:layout_marginLeft="77dp"
|
||||
android:layout_marginStart="77dp"
|
||||
android:background="@drawable/icon_img_default" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="3dp"
|
||||
android:layout_marginStart="3dp"
|
||||
android:layout_marginTop="25dp"
|
||||
android:alpha="0.8"
|
||||
android:text="暂无数据"
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="bottom"
|
||||
android:layout_marginLeft="5dp"
|
||||
android:layout_marginStart="5dp"
|
||||
android:text="智能护眼,专注学习"
|
||||
android:textColor="#b3b1ca"
|
||||
android:textSize="9dp" />
|
||||
@@ -75,7 +75,7 @@
|
||||
<com.xwad.os.view.jxw.view.AlphaImageView
|
||||
android:layout_width="169dp"
|
||||
android:layout_height="94dp"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:background="@drawable/icon_bbx_jzgk"
|
||||
android:onClick="onClick"
|
||||
android:tag="@string/tag_args_new_jzgl" />
|
||||
@@ -83,7 +83,7 @@
|
||||
<com.xwad.os.view.jxw.view.AlphaImageView
|
||||
android:layout_width="169dp"
|
||||
android:layout_height="94dp"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:background="@drawable/icon_bbx_yysd"
|
||||
android:onClick="onClick"
|
||||
android:tag="@string/tag_args_new_xwscx" />
|
||||
@@ -94,9 +94,9 @@
|
||||
android:id="@+id/rela_root"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="162dp"
|
||||
android:layout_marginLeft="25dp"
|
||||
android:layout_marginStart="25dp"
|
||||
android:layout_marginTop="6dp"
|
||||
android:layout_marginRight="25dp">
|
||||
android:layout_marginEnd="25dp">
|
||||
|
||||
<androidx.recyclerview.widget.RecyclerView
|
||||
android:id="@+id/gridView_id"
|
||||
|
||||
94
app/src/main/res/layout/item_app_gk.xml
Normal file
94
app/src/main/res/layout/item_app_gk.xml
Normal file
@@ -0,0 +1,94 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@+id/app_root"
|
||||
android:layout_width="66dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center"
|
||||
android:layout_marginBottom="5dp"
|
||||
android:background="@color/transparent">
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_centerInParent="true"
|
||||
android:layout_gravity="center"
|
||||
android:layout_margin="1dp"
|
||||
android:background="@color/transparent"
|
||||
android:orientation="vertical"
|
||||
android:paddingBottom="3dp">
|
||||
|
||||
<RelativeLayout
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_horizontal">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/app_icon"
|
||||
android:layout_width="44dp"
|
||||
android:layout_height="44dp"
|
||||
android:layout_gravity="center_horizontal" />
|
||||
|
||||
<RelativeLayout
|
||||
android:id="@+id/rl_jinyong"
|
||||
android:layout_width="44dp"
|
||||
android:layout_height="44dp"
|
||||
android:background="@drawable/jingyong_bg"
|
||||
android:visibility="gone">
|
||||
|
||||
<ImageView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerInParent="true"
|
||||
android:background="@drawable/icon_jinyong" />
|
||||
</RelativeLayout>
|
||||
|
||||
<RelativeLayout
|
||||
android:id="@+id/rl_xzsy"
|
||||
android:layout_width="44dp"
|
||||
android:layout_height="16dp"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:background="@drawable/xzsy_bg"
|
||||
android:visibility="gone">
|
||||
|
||||
<ImageView
|
||||
android:layout_width="10dp"
|
||||
android:layout_height="10dp"
|
||||
android:layout_centerInParent="true"
|
||||
android:background="@drawable/icon_xianshi" />
|
||||
</RelativeLayout>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_new"
|
||||
android:layout_width="22dp"
|
||||
android:layout_height="11dp"
|
||||
android:background="@drawable/new_bg"
|
||||
android:gravity="center"
|
||||
android:text="新"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="8dp"
|
||||
android:visibility="gone" />
|
||||
</RelativeLayout>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/app_name"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_horizontal"
|
||||
android:layout_marginTop="6dp"
|
||||
android:singleLine="true"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="10dp" />
|
||||
</LinearLayout>
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/delet_iv"
|
||||
android:layout_width="12dp"
|
||||
android:layout_height="12dp"
|
||||
android:layout_gravity="center_horizontal"
|
||||
android:layout_marginStart="20dp"
|
||||
android:layout_marginEnd="4dp"
|
||||
android:background="@drawable/xhdpi_icon_sc"
|
||||
android:clickable="true"
|
||||
android:scaleType="fitCenter"
|
||||
android:visibility="gone" />
|
||||
</FrameLayout>
|
||||
@@ -13,7 +13,7 @@
|
||||
android:id="@+id/fdzy"
|
||||
android:layout_width="111dp"
|
||||
android:layout_height="94dp"
|
||||
android:layout_marginLeft="28dp"
|
||||
android:layout_marginStart="28dp"
|
||||
android:layout_marginTop="93dp"
|
||||
android:background="@drawable/icon_ai_fdzy"
|
||||
android:onClick="onClick"
|
||||
@@ -22,11 +22,10 @@
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/pgkst"
|
||||
android:layout_width="91dp"
|
||||
android:layout_width="90dp"
|
||||
android:layout_height="83dp"
|
||||
android:layout_marginLeft="60dp"
|
||||
android:layout_marginTop="38dp"
|
||||
android:layout_toRightOf="@+id/fdzy"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:layout_marginTop="35dp"
|
||||
android:background="@drawable/icon_ai_pgkst"
|
||||
android:onClick="onClick"
|
||||
android:tag="@string/tag_args_new_aijtjs_sspg"
|
||||
@@ -36,7 +35,7 @@
|
||||
android:id="@+id/pgzy"
|
||||
android:layout_width="71dp"
|
||||
android:layout_height="77dp"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:layout_marginTop="142dp"
|
||||
android:background="@drawable/icon_ai_pgzy"
|
||||
android:onClick="onClick"
|
||||
@@ -47,7 +46,7 @@
|
||||
android:id="@+id/ykyl"
|
||||
android:layout_width="103dp"
|
||||
android:layout_height="90dp"
|
||||
android:layout_marginLeft="4dp"
|
||||
android:layout_marginStart="4dp"
|
||||
android:layout_marginTop="78dp"
|
||||
android:background="@drawable/icon_ai_ykyl"
|
||||
android:onClick="onClick"
|
||||
@@ -57,7 +56,7 @@
|
||||
android:id="@+id/aijzx"
|
||||
android:layout_width="96dp"
|
||||
android:layout_height="99dp"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:layout_marginTop="35dp"
|
||||
android:background="@drawable/icon_ai_aijzx"
|
||||
android:onClick="onGoJzx"
|
||||
@@ -67,7 +66,7 @@
|
||||
android:id="@+id/pzst"
|
||||
android:layout_width="71dp"
|
||||
android:layout_height="77dp"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:layout_marginTop="142dp"
|
||||
android:background="@drawable/icon_ai_pzst"
|
||||
android:onClick="onClick"
|
||||
|
||||
25
app/src/main/res/layout/item_bz.xml
Normal file
25
app/src/main/res/layout/item_bz.xml
Normal file
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="75dp"
|
||||
android:layout_height="38dp"
|
||||
android:layout_marginStart="5dp"
|
||||
android:layout_marginEnd="5dp"
|
||||
android:layout_marginBottom="9dp">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iv_bz"
|
||||
android:layout_width="75dp"
|
||||
android:layout_height="38dp" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tick"
|
||||
android:layout_width="32dp"
|
||||
android:layout_height="11dp"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:background="@drawable/icon_dqbz_xz"
|
||||
android:gravity="center"
|
||||
android:text="当前壁纸"
|
||||
android:textColor="#333333"
|
||||
android:textSize="6dp"
|
||||
android:visibility="gone" />
|
||||
</RelativeLayout>
|
||||
@@ -10,8 +10,8 @@
|
||||
android:id="@+id/battery_pb"
|
||||
android:layout_width="16dp"
|
||||
android:layout_height="56dp"
|
||||
android:layout_marginLeft="8dp"
|
||||
android:layout_marginRight="8dp" />
|
||||
android:layout_marginStart="8dp"
|
||||
android:layout_marginEnd="8dp" />
|
||||
|
||||
<View
|
||||
android:layout_width="match_parent"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="34dp"
|
||||
android:orientation="vertical"
|
||||
android:paddingLeft="9dp"
|
||||
android:paddingStart="9dp"
|
||||
android:paddingRight="9dp">
|
||||
|
||||
<ImageView
|
||||
@@ -43,7 +43,7 @@
|
||||
android:layout_width="7dp"
|
||||
android:layout_height="9dp"
|
||||
android:layout_above="@+id/tv_tab_icon_pre"
|
||||
android:layout_marginLeft="2dp"
|
||||
android:layout_toRightOf="@+id/tv_tab_icon_pre"
|
||||
android:layout_marginStart="2dp"
|
||||
android:layout_toEndOf="@+id/tv_tab_icon_pre"
|
||||
android:background="@drawable/icon_tab_x" />
|
||||
</RelativeLayout>
|
||||
@@ -30,7 +30,7 @@
|
||||
android:id="@+id/tv_exp"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="3dp"
|
||||
android:layout_marginStart="3dp"
|
||||
android:includeFontPadding="false"
|
||||
android:text="0"
|
||||
android:textColor="@color/white"
|
||||
@@ -41,7 +41,7 @@
|
||||
android:id="@+id/iv_qwc"
|
||||
android:layout_width="106dp"
|
||||
android:layout_height="50dp"
|
||||
android:layout_marginLeft="50dp"
|
||||
android:layout_marginStart="50dp"
|
||||
android:background="@drawable/bg_shape_qwc"
|
||||
android:gravity="center"
|
||||
android:text="去完成"
|
||||
@@ -53,7 +53,7 @@
|
||||
android:id="@+id/iv_lq"
|
||||
android:layout_width="106dp"
|
||||
android:layout_height="50dp"
|
||||
android:layout_marginLeft="50dp"
|
||||
android:layout_marginStart="50dp"
|
||||
android:background="@drawable/bg_shape_lq"
|
||||
android:gravity="center"
|
||||
android:text="领取"
|
||||
@@ -65,7 +65,7 @@
|
||||
android:id="@+id/iv_ywc"
|
||||
android:layout_width="106dp"
|
||||
android:layout_height="50dp"
|
||||
android:layout_marginLeft="50dp"
|
||||
android:layout_marginStart="50dp"
|
||||
android:background="@drawable/bg_shape_ywc"
|
||||
android:gravity="center"
|
||||
android:text="已完成"
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
android:id="@+id/tv_title"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:layout_marginTop="12dp"
|
||||
android:gravity="center_vertical"
|
||||
android:orientation="horizontal">
|
||||
@@ -32,7 +32,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="bottom"
|
||||
android:layout_marginLeft="5dp"
|
||||
android:layout_marginStart="5dp"
|
||||
android:text="不积蛙步,无以至千里"
|
||||
android:textColor="#b3b1ca"
|
||||
android:textSize="9dp" />
|
||||
@@ -42,7 +42,7 @@
|
||||
android:id="@+id/rl_rw"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:layout_marginTop="40dp" />
|
||||
|
||||
<LinearLayout
|
||||
@@ -87,7 +87,7 @@
|
||||
android:id="@+id/tv_1"
|
||||
android:layout_width="53dp"
|
||||
android:layout_height="19dp"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:background="@drawable/icon_notwl_btn_bg_cxjz" />
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
|
||||
@@ -10,10 +10,10 @@
|
||||
android:layout_width="225dp"
|
||||
android:layout_height="245dp"
|
||||
android:layout_above="@+id/ll_progress"
|
||||
android:layout_marginLeft="9dp"
|
||||
android:layout_marginStart="9dp"
|
||||
android:background="@drawable/icon_dia_ds_bg"
|
||||
android:orientation="vertical"
|
||||
android:paddingLeft="10dp"
|
||||
android:paddingStart="10dp"
|
||||
android:paddingTop="6dp">
|
||||
|
||||
<TextView
|
||||
@@ -43,7 +43,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="4dp"
|
||||
android:layout_marginRight="22dp"
|
||||
android:layout_marginEnd="22dp"
|
||||
android:lineSpacingExtra="2dp"
|
||||
android:text="4.小苗每次通过学习或者浇水累积经验值,当经验值满时,升级到下一等级的树苗。"
|
||||
android:textColor="#ffffff"
|
||||
@@ -64,9 +64,9 @@
|
||||
<ImageView
|
||||
android:layout_width="11dp"
|
||||
android:layout_height="11dp"
|
||||
android:layout_marginLeft="4dp"
|
||||
android:layout_marginStart="4dp"
|
||||
android:layout_marginTop="7dp"
|
||||
android:layout_marginRight="4dp"
|
||||
android:layout_marginEnd="4dp"
|
||||
android:background="@drawable/icon_dia_ds_jty" />
|
||||
|
||||
<com.xwad.os.view.jxw.widget.DashuDiaView
|
||||
@@ -78,9 +78,9 @@
|
||||
<ImageView
|
||||
android:layout_width="11dp"
|
||||
android:layout_height="11dp"
|
||||
android:layout_marginLeft="4dp"
|
||||
android:layout_marginStart="4dp"
|
||||
android:layout_marginTop="7dp"
|
||||
android:layout_marginRight="4dp"
|
||||
android:layout_marginEnd="4dp"
|
||||
android:background="@drawable/icon_dia_ds_jty" />
|
||||
|
||||
<com.xwad.os.view.jxw.widget.DashuDiaView
|
||||
@@ -92,9 +92,9 @@
|
||||
<ImageView
|
||||
android:layout_width="11dp"
|
||||
android:layout_height="11dp"
|
||||
android:layout_marginLeft="4dp"
|
||||
android:layout_marginStart="4dp"
|
||||
android:layout_marginTop="7dp"
|
||||
android:layout_marginRight="4dp"
|
||||
android:layout_marginEnd="4dp"
|
||||
android:background="@drawable/icon_dia_ds_jty" />
|
||||
|
||||
<com.xwad.os.view.jxw.widget.DashuDiaView
|
||||
@@ -106,9 +106,9 @@
|
||||
<ImageView
|
||||
android:layout_width="11dp"
|
||||
android:layout_height="11dp"
|
||||
android:layout_marginLeft="4dp"
|
||||
android:layout_marginStart="4dp"
|
||||
android:layout_marginTop="7dp"
|
||||
android:layout_marginRight="4dp"
|
||||
android:layout_marginEnd="4dp"
|
||||
android:background="@drawable/icon_dia_ds_jty" />
|
||||
|
||||
<com.xwad.os.view.jxw.widget.DashuDiaView
|
||||
@@ -123,7 +123,7 @@
|
||||
android:layout_height="11dp"
|
||||
android:layout_gravity="right"
|
||||
android:layout_marginTop="3dp"
|
||||
android:layout_marginRight="21dp"
|
||||
android:layout_marginEnd="21dp"
|
||||
android:layout_marginBottom="2dp"
|
||||
android:background="@drawable/icon_dia_ds_jtx" />
|
||||
|
||||
@@ -141,9 +141,9 @@
|
||||
<ImageView
|
||||
android:layout_width="11dp"
|
||||
android:layout_height="11dp"
|
||||
android:layout_marginLeft="4dp"
|
||||
android:layout_marginStart="4dp"
|
||||
android:layout_marginTop="7dp"
|
||||
android:layout_marginRight="4dp"
|
||||
android:layout_marginEnd="4dp"
|
||||
android:background="@drawable/icon_dia_ds_jtz" />
|
||||
|
||||
<com.xwad.os.view.jxw.widget.DashuDiaView
|
||||
@@ -155,9 +155,9 @@
|
||||
<ImageView
|
||||
android:layout_width="11dp"
|
||||
android:layout_height="11dp"
|
||||
android:layout_marginLeft="4dp"
|
||||
android:layout_marginStart="4dp"
|
||||
android:layout_marginTop="7dp"
|
||||
android:layout_marginRight="4dp"
|
||||
android:layout_marginEnd="4dp"
|
||||
android:background="@drawable/icon_dia_ds_jtz" />
|
||||
|
||||
<com.xwad.os.view.jxw.widget.DashuDiaView
|
||||
@@ -169,9 +169,9 @@
|
||||
<ImageView
|
||||
android:layout_width="11dp"
|
||||
android:layout_height="11dp"
|
||||
android:layout_marginLeft="4dp"
|
||||
android:layout_marginStart="4dp"
|
||||
android:layout_marginTop="7dp"
|
||||
android:layout_marginRight="4dp"
|
||||
android:layout_marginEnd="4dp"
|
||||
android:background="@drawable/icon_dia_ds_jtz" />
|
||||
|
||||
<com.xwad.os.view.jxw.widget.DashuDiaView
|
||||
@@ -183,9 +183,9 @@
|
||||
<ImageView
|
||||
android:layout_width="11dp"
|
||||
android:layout_height="11dp"
|
||||
android:layout_marginLeft="4dp"
|
||||
android:layout_marginStart="4dp"
|
||||
android:layout_marginTop="7dp"
|
||||
android:layout_marginRight="4dp"
|
||||
android:layout_marginEnd="4dp"
|
||||
android:background="@drawable/icon_dia_ds_jtz" />
|
||||
|
||||
<com.xwad.os.view.jxw.widget.DashuDiaView
|
||||
@@ -206,7 +206,7 @@
|
||||
android:layout_width="11dp"
|
||||
android:layout_height="11dp"
|
||||
android:layout_marginTop="3dp"
|
||||
android:layout_marginRight="16dp"
|
||||
android:layout_marginEnd="16dp"
|
||||
android:layout_marginBottom="2dp"
|
||||
android:background="@drawable/icon_dia_ds_jtyx" />
|
||||
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
android:id="@+id/fullscreen"
|
||||
android:layout_width="52.5dp"
|
||||
android:layout_height="fill_parent"
|
||||
android:paddingLeft="14dp"
|
||||
android:paddingStart="14dp"
|
||||
android:paddingRight="14dp"
|
||||
android:scaleType="centerInside"
|
||||
android:src="@drawable/jz_enlarge" />
|
||||
@@ -131,7 +131,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="15dp"
|
||||
android:background="@drawable/jz_retry"
|
||||
android:paddingLeft="9dp"
|
||||
android:paddingStart="9dp"
|
||||
android:paddingTop="4dp"
|
||||
android:paddingRight="9dp"
|
||||
android:paddingBottom="4dp"
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
android:id="@+id/ll_xljt"
|
||||
android:layout_width="121dp"
|
||||
android:layout_height="40dp"
|
||||
android:layout_marginLeft="116dp"
|
||||
android:layout_marginStart="116dp"
|
||||
android:background="@drawable/icon_ds_xljt"
|
||||
android:gravity="center_horizontal"
|
||||
android:visibility="gone">
|
||||
@@ -31,8 +31,8 @@
|
||||
android:id="@+id/tv_xljt"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="30dp"
|
||||
android:layout_marginLeft="8dp"
|
||||
android:layout_marginRight="8dp"
|
||||
android:layout_marginStart="8dp"
|
||||
android:layout_marginEnd="8dp"
|
||||
android:gravity="center"
|
||||
android:lineSpacingExtra="2dp"
|
||||
android:paddingTop="2dp"
|
||||
@@ -45,9 +45,9 @@
|
||||
android:id="@+id/rl_sh"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="97dp"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:layout_marginRight="6dp">
|
||||
android:layout_marginEnd="6dp">
|
||||
|
||||
<ImageView
|
||||
android:layout_width="34dp"
|
||||
@@ -60,16 +60,16 @@
|
||||
android:id="@+id/pad_xddx"
|
||||
android:layout_width="106dp"
|
||||
android:layout_height="234dp"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:layout_marginBottom="3dp" />
|
||||
|
||||
<RelativeLayout
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="78dp"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:layout_marginRight="11dp">
|
||||
android:layout_marginEnd="11dp">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iv_sh"
|
||||
@@ -84,9 +84,9 @@
|
||||
android:layout_width="85dp"
|
||||
android:layout_height="44dp"
|
||||
android:layout_above="@+id/rl_sh"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:background="@drawable/icon_jiaoshuihudehua"
|
||||
android:paddingLeft="7dp"
|
||||
android:paddingStart="7dp"
|
||||
android:paddingTop="6dp"
|
||||
android:paddingBottom="6dp"
|
||||
android:text="今天已经浇过水了哦!明天再来吧!"
|
||||
@@ -99,10 +99,10 @@
|
||||
android:layout_width="58dp"
|
||||
android:layout_height="36dp"
|
||||
android:layout_above="@+id/rl_sh"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_marginRight="22dp"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:layout_marginEnd="22dp"
|
||||
android:background="@drawable/icon_xiaoshudehua"
|
||||
android:paddingLeft="11dp"
|
||||
android:paddingStart="11dp"
|
||||
android:paddingTop="3dp"
|
||||
android:text="每日一浇\10茁壮成长"
|
||||
android:textColor="#ffffff"
|
||||
|
||||
@@ -7,9 +7,9 @@
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="10dp"
|
||||
android:layout_marginStart="10dp"
|
||||
android:layout_marginTop="5dp"
|
||||
android:layout_marginRight="10dp"
|
||||
android:layout_marginEnd="10dp"
|
||||
android:background="@drawable/permission_description_popup_bg"
|
||||
android:fitsSystemWindows="true"
|
||||
android:orientation="vertical">
|
||||
@@ -17,9 +17,9 @@
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="15dp"
|
||||
android:layout_marginStart="15dp"
|
||||
android:layout_marginTop="12dp"
|
||||
android:layout_marginRight="15dp"
|
||||
android:layout_marginEnd="15dp"
|
||||
android:text="@string/common_permission_description_title"
|
||||
android:textColor="#333333"
|
||||
android:textSize="14sp"
|
||||
@@ -29,9 +29,9 @@
|
||||
android:id="@+id/tv_permission_description_message"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="15dp"
|
||||
android:layout_marginStart="15dp"
|
||||
android:layout_marginTop="5dp"
|
||||
android:layout_marginRight="15dp"
|
||||
android:layout_marginEnd="15dp"
|
||||
android:layout_marginBottom="12dp"
|
||||
android:textColor="#666666"
|
||||
android:lineSpacingExtra="3dp"
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
android:id="@+id/tv_message"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingLeft="100dp"
|
||||
android:paddingStart="100dp"
|
||||
android:paddingTop="9dp"
|
||||
android:paddingRight="100dp"
|
||||
android:paddingBottom="9dp"
|
||||
|
||||
Reference in New Issue
Block a user