KtH7{?U&c)e%x8DRZwbp^=%|Qa@`@HT8WHPQa{7
zxz9OM7`*(X;sK{g!-`p76&Y#)3rbUDBc3xYX`{iulOhL$wzNYo)z$Qiek
zGn@=`5l$vg!YJAdTS^-KlT40W_Dn_bSW3T=s^C8Q>3hCE3FmkXSk#ng=m2g%lNAM2s^hd!{<+>Fn%IvQrHU
zbIJM7`7hu9{pUZkFf{mVYjayO0H8HBz+?cpqXdBe^CqAE=KajlQT_6unjBS!#c{RB
z${gs;i&>6H@$3Yb;n@7_Yu|8P05p$&J%zNurRClLy1;U|LFWlZAmfnH!!P9Ldd1<)V4A`x&B3i|G^aoXQd!KP@OR
zEl$FDWBR@Enj#4}M4gJ0TS|?lhlqqIb3{0>uOk)q>c2<_
z-5Co-yesVr67j;;0O#h%<6d58QaWv6K``$Q-MR@`xx-BQFk3imIqgiV~3+
zju1~AEC_kAs5}YBr_-^Nps1{n<5EnV)Mp433VGd|O!7c9#PsbCM`=3AL_>W{B6uK~
zV8WqbBH52*88J7*bApOw^VemQSXl!Kyri$paB|^wF5fSUJONFP74W+BVdpE$=JC2D
zu(Fh{3}poNAAv@%bo3avCT#Tw6Zo8)I!so~Qlkj?vuM=Ju
z#vX##JyJufansXRy4|=EkM=Yg*LQ5>?`&u@hLzp|UJ|FLpz^>MxViPar2WdNe#1#%
zE&jlbqkz-HV|HLLbc<>K^PzSajVqtr_3vCjb}S!T7uOGi3;zV1$ZHxL5+^r*B^0P<7jIt$Y
z;_}SeR{pqTca;UxV^qI#5jv$*vT)==^!q0GpEK+Ap&JxGZ?K&$OH^I@9iq`z5r?(g
z;qq1vaf;^UkEZ+(RzE22?n9j_Vl|{jKUl?aX=TU7N0h_RJxg!YxTEz5D_83WE4kY4
z}uFJu>@e_RJqlwvmffTeD-&1lZFUtceV}L)v>2w9IjkCe*xaySD#(^@?|R^tQCA`
z98%|FxNXaCPmCS*gEzMI+x&n|Lus>HM5h=oC&)MtVc)alux{hwSbF5?;*vfw$)H?u>>y5w}sg}
zYVY>shs8Rx9nOt7uC)V!YkN7D!R)cp?=X|A)!x4JJ5Vd;-AKRjye)KbYoX0h*;H~$8p$tw;3
diff --git a/app/src/main/res/layout-land/activity_main.xml b/app/src/main/res/layout-land/activity_main.xml
index 1eafadc..3be92a0 100644
--- a/app/src/main/res/layout-land/activity_main.xml
+++ b/app/src/main/res/layout-land/activity_main.xml
@@ -46,7 +46,6 @@
android:layout_marginTop="@dimen/dp_4"
android:layout_marginEnd="@dimen/dp_4"
android:layout_marginStart="@dimen/dp_4"
- android:layout_marginBottom="@dimen/dp_2"
android:orientation="horizontal"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
diff --git a/app/src/main/res/layout-land/fragment_biology.xml b/app/src/main/res/layout-land/fragment_biology.xml
index d458f33..900f270 100644
--- a/app/src/main/res/layout-land/fragment_biology.xml
+++ b/app/src/main/res/layout-land/fragment_biology.xml
@@ -15,8 +15,10 @@
android:layout_height="wrap_content"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
+ app:layout_constraintHorizontal_bias="0.5"
app:layout_constraintStart_toStartOf="parent"
- app:layout_constraintTop_toTopOf="parent">
+ app:layout_constraintTop_toTopOf="parent"
+ app:layout_constraintVertical_bias="0.35">
diff --git a/app/src/main/res/layout-land/fragment_english.xml b/app/src/main/res/layout-land/fragment_english.xml
index 31cf328..01f21d5 100644
--- a/app/src/main/res/layout-land/fragment_english.xml
+++ b/app/src/main/res/layout-land/fragment_english.xml
@@ -13,6 +13,7 @@
diff --git a/app/src/main/res/layout-land/fragment_subject.xml b/app/src/main/res/layout-land/fragment_subject.xml
index 3f9b01f..eb96d5f 100644
--- a/app/src/main/res/layout-land/fragment_subject.xml
+++ b/app/src/main/res/layout-land/fragment_subject.xml
@@ -15,6 +15,7 @@
android:layout_width="@dimen/dp_380"
android:layout_height="@dimen/dp_24"
android:layout_marginStart="@dimen/dp_8"
+ android:layout_marginTop="@dimen/dp_2"
android:visibility="visible"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
@@ -23,10 +24,10 @@
app:tl_indicator_margin_right="2dp"
app:tl_indicator_style="NORMAL"
app:tl_tab_space_equal="true"
- app:tl_textSelectSize="@dimen/sp_15"
- app:tl_textUnSelectSize="@dimen/sp_12"
app:tl_textBold="SELECT"
- app:tl_textSize="@dimen/sp_12" />
+ app:tl_textSelectSize="@dimen/sp_15"
+ app:tl_textSize="@dimen/sp_12"
+ app:tl_textUnSelectSize="@dimen/sp_12" />
-
\ No newline at end of file
diff --git a/app/src/main/res/layout-land/fragment_user.xml b/app/src/main/res/layout-land/fragment_user.xml
index ce3fa4d..ada21b0 100644
--- a/app/src/main/res/layout-land/fragment_user.xml
+++ b/app/src/main/res/layout-land/fragment_user.xml
@@ -102,9 +102,9 @@
@@ -121,7 +121,7 @@
android:id="@+id/cl_nodata"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:visibility="gone">
+ android:visibility="visible">
+
+
+ android:visibility="visible">
+
+
@@ -121,7 +121,7 @@
android:id="@+id/cl_nodata"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:visibility="gone">
+ android:visibility="visible">
+
+
+ android:visibility="visible">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout-sw800dp/fragment_chemical.xml b/app/src/main/res/layout-sw800dp/fragment_chemical.xml
new file mode 100644
index 0000000..ed2b718
--- /dev/null
+++ b/app/src/main/res/layout-sw800dp/fragment_chemical.xml
@@ -0,0 +1,137 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout-sw800dp/fragment_chinese.xml b/app/src/main/res/layout-sw800dp/fragment_chinese.xml
new file mode 100644
index 0000000..05629b3
--- /dev/null
+++ b/app/src/main/res/layout-sw800dp/fragment_chinese.xml
@@ -0,0 +1,558 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout-sw800dp/fragment_complex.xml b/app/src/main/res/layout-sw800dp/fragment_complex.xml
new file mode 100644
index 0000000..da8c763
--- /dev/null
+++ b/app/src/main/res/layout-sw800dp/fragment_complex.xml
@@ -0,0 +1,518 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout-sw800dp/fragment_english.xml b/app/src/main/res/layout-sw800dp/fragment_english.xml
new file mode 100644
index 0000000..01f21d5
--- /dev/null
+++ b/app/src/main/res/layout-sw800dp/fragment_english.xml
@@ -0,0 +1,159 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout-sw800dp/fragment_main.xml b/app/src/main/res/layout-sw800dp/fragment_main.xml
new file mode 100644
index 0000000..47745cc
--- /dev/null
+++ b/app/src/main/res/layout-sw800dp/fragment_main.xml
@@ -0,0 +1,297 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout-sw800dp/fragment_math.xml b/app/src/main/res/layout-sw800dp/fragment_math.xml
new file mode 100644
index 0000000..d5de6da
--- /dev/null
+++ b/app/src/main/res/layout-sw800dp/fragment_math.xml
@@ -0,0 +1,511 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout-sw800dp/fragment_physics.xml b/app/src/main/res/layout-sw800dp/fragment_physics.xml
new file mode 100644
index 0000000..3b69bf3
--- /dev/null
+++ b/app/src/main/res/layout-sw800dp/fragment_physics.xml
@@ -0,0 +1,136 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout-sw800dp/fragment_precision.xml b/app/src/main/res/layout-sw800dp/fragment_precision.xml
new file mode 100644
index 0000000..a4c2adb
--- /dev/null
+++ b/app/src/main/res/layout-sw800dp/fragment_precision.xml
@@ -0,0 +1,130 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout-sw800dp/fragment_subject.xml b/app/src/main/res/layout-sw800dp/fragment_subject.xml
new file mode 100644
index 0000000..eb96d5f
--- /dev/null
+++ b/app/src/main/res/layout-sw800dp/fragment_subject.xml
@@ -0,0 +1,38 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout-sw800dp/fragment_user.xml b/app/src/main/res/layout-sw800dp/fragment_user.xml
new file mode 100644
index 0000000..9351873
--- /dev/null
+++ b/app/src/main/res/layout-sw800dp/fragment_user.xml
@@ -0,0 +1,446 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/activity_policy.xml b/app/src/main/res/layout/activity_policy.xml
index c14f26e..bb7b71b 100644
--- a/app/src/main/res/layout/activity_policy.xml
+++ b/app/src/main/res/layout/activity_policy.xml
@@ -3,6 +3,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
+ android:background="@color/white"
tools:context=".activity.PolicyActivity">
+ android:textSize="@dimen/sp_9" />
@@ -76,13 +75,11 @@
android:layout_weight="1"
android:gravity="center"
android:text="同意"
- android:textStyle="bold"
android:textColor="@color/default_blue"
- android:textSize="@dimen/sp_12"
+ android:textSize="@dimen/sp_10"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="@+id/tv_content"
app:layout_constraintTop_toBottomOf="@+id/tv_content" />
-
\ No newline at end of file
diff --git a/app/src/main/res/layout/single_dialog.xml b/app/src/main/res/layout/dialog_single.xml
similarity index 100%
rename from app/src/main/res/layout/single_dialog.xml
rename to app/src/main/res/layout/dialog_single.xml
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 88b290d..e946bee 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -3,11 +3,8 @@
隐私协议
服务协议和隐私政策
- 请你务必审慎阅读、充分理解“服务协议”和“隐私政策”各条款,包括但不限于:为了向你提供即时通讯,内容分享等服务,
- 我们需要收集你的设备信息、操作日志等个人信息。你可以在“设置”中查看、变更、删除个人信息并管理你的授权。
- \n你可阅读《服务协议》,《隐私政策》了解详细信息。如你同意,请点击“同意”开始接受我们的服务
-
-
+ \t\t\t\t请你务必审慎阅读、充分理解“服务协议”和“隐私政策”各条款,包括但不限于:为了向你提供即时通讯,内容分享等服务,
+ 我们需要收集你的设备信息、操作日志等个人信息。\n你可阅读《服务协议》,《隐私政策》了解详细信息。如你同意,请点击“同意”开始接受我们的服务
未绑定
未设置
设备未经授权
@@ -16,6 +13,6 @@
Hello blank fragment
- 努力不为感动谁,只为不与最好的自己失之交臂。趁着最美好的年华,继续奋斗吧。新的一天。早安!
+ 努力不为感动谁,只为不与最好的自己失之交臂。趁着最美好的年华,继续奋斗吧。