version:1.7.9

fix:修复竖屏报错
update:增加客服,适配不同版本ai精准学
This commit is contained in:
2024-06-11 14:49:13 +08:00
parent 53eddf9215
commit 512f2ed70c
91 changed files with 4386 additions and 789 deletions

View File

@@ -68,8 +68,6 @@
<androidx.constraintlayout.widget.ConstraintLayout
android:id="@+id/cl_0"
android:layout_width="wrap_content"
android:layout_marginStart="@dimen/dp_4"
android:layout_marginEnd="@dimen/dp_4"
android:layout_height="match_parent">
<ImageView
@@ -80,16 +78,16 @@
android:layout_marginEnd="@dimen/dp_4"
android:adjustViewBounds="true"
android:scaleType="centerCrop"
android:src="@drawable/com_android_appstore"
android:src="@drawable/com_jxw_examsystem"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<TextView
android:id="@+id/tv_appname0"
android:id="@+id/tv_appname10"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="应用市场"
android:text="模拟考场"
android:textColor="@color/white"
android:textSize="@dimen/sp_7"
app:layout_constraintEnd_toEndOf="@+id/iv_icon0"
@@ -97,6 +95,38 @@
app:layout_constraintTop_toBottomOf="@+id/iv_icon0" />
</androidx.constraintlayout.widget.ConstraintLayout>
<!-- <androidx.constraintlayout.widget.ConstraintLayout-->
<!-- android:id="@+id/cl_0"-->
<!-- android:layout_width="wrap_content"-->
<!-- android:layout_marginStart="@dimen/dp_4"-->
<!-- android:layout_marginEnd="@dimen/dp_4"-->
<!-- android:layout_height="match_parent">-->
<!-- <ImageView-->
<!-- android:id="@+id/iv_icon0"-->
<!-- android:layout_width="@dimen/dp_32"-->
<!-- android:layout_height="@dimen/dp_32"-->
<!-- android:layout_marginStart="@dimen/dp_4"-->
<!-- android:layout_marginEnd="@dimen/dp_4"-->
<!-- android:adjustViewBounds="true"-->
<!-- android:scaleType="centerCrop"-->
<!-- android:src="@drawable/com_android_appstore"-->
<!-- app:layout_constraintEnd_toEndOf="parent"-->
<!-- app:layout_constraintStart_toStartOf="parent"-->
<!-- app:layout_constraintTop_toTopOf="parent" />-->
<!-- <TextView-->
<!-- android:id="@+id/tv_appname0"-->
<!-- android:layout_width="wrap_content"-->
<!-- android:layout_height="wrap_content"-->
<!-- android:text="应用市场"-->
<!-- android:textColor="@color/white"-->
<!-- android:textSize="@dimen/sp_7"-->
<!-- app:layout_constraintEnd_toEndOf="@+id/iv_icon0"-->
<!-- app:layout_constraintStart_toStartOf="@+id/iv_icon0"-->
<!-- app:layout_constraintTop_toBottomOf="@+id/iv_icon0" />-->
<!-- </androidx.constraintlayout.widget.ConstraintLayout>-->
<androidx.constraintlayout.widget.ConstraintLayout
android:id="@+id/cl_1"
android:layout_width="wrap_content"