|
@@ -53,7 +53,7 @@
|
|
|
app:lottie_rawRes="@raw/shouye" />
|
|
|
|
|
|
<com.cooleshow.base.widgets.TabAnimationView
|
|
|
- android:id="@+id/tab_course"
|
|
|
+ android:id="@+id/tab_mall"
|
|
|
android:layout_width="24dp"
|
|
|
android:layout_height="24dp"
|
|
|
app:layout_constraintLeft_toLeftOf="@+id/view_course"
|
|
@@ -61,10 +61,10 @@
|
|
|
app:layout_constraintTop_toTopOf="@+id/tab_home"
|
|
|
app:lottie_autoPlay="false"
|
|
|
app:lottie_loop="false"
|
|
|
- app:lottie_rawRes="@raw/kebiao" />
|
|
|
+ app:lottie_rawRes="@raw/shangcheng" />
|
|
|
|
|
|
<com.cooleshow.base.widgets.TabAnimationView
|
|
|
- android:id="@+id/tab_chat"
|
|
|
+ android:id="@+id/tab_course"
|
|
|
android:layout_width="24dp"
|
|
|
android:layout_height="24dp"
|
|
|
app:layout_constraintLeft_toLeftOf="@+id/view_chat"
|
|
@@ -72,7 +72,7 @@
|
|
|
app:layout_constraintTop_toTopOf="@+id/tab_home"
|
|
|
app:lottie_autoPlay="false"
|
|
|
app:lottie_loop="false"
|
|
|
- app:lottie_rawRes="@raw/liaotian" />
|
|
|
+ app:lottie_rawRes="@raw/kebiao" />
|
|
|
|
|
|
<com.cooleshow.base.widgets.UnreadCountTextView
|
|
|
android:id="@+id/tv_msg_count"
|
|
@@ -92,7 +92,7 @@
|
|
|
app:layout_constraintCircleRadius="12dp" />
|
|
|
|
|
|
<com.cooleshow.base.widgets.TabAnimationView
|
|
|
- android:id="@+id/tab_mall"
|
|
|
+ android:id="@+id/tab_chat"
|
|
|
android:layout_width="24dp"
|
|
|
android:layout_height="24dp"
|
|
|
app:layout_constraintLeft_toLeftOf="@+id/view_mall"
|
|
@@ -100,7 +100,7 @@
|
|
|
app:layout_constraintTop_toTopOf="@+id/tab_home"
|
|
|
app:lottie_autoPlay="false"
|
|
|
app:lottie_loop="false"
|
|
|
- app:lottie_rawRes="@raw/shangcheng" />
|
|
|
+ app:lottie_rawRes="@raw/liaotian" />
|
|
|
|
|
|
<com.cooleshow.base.widgets.TabAnimationView
|
|
|
android:id="@+id/tab_mine"
|
|
@@ -130,45 +130,45 @@
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tab_home" />
|
|
|
|
|
|
<TextView
|
|
|
- android:id="@+id/tv_course"
|
|
|
+ android:id="@+id/tv_mall"
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:gravity="center"
|
|
|
android:includeFontPadding="false"
|
|
|
- android:text="课表"
|
|
|
+ android:text="商城"
|
|
|
android:textColor="@color/color_999999"
|
|
|
android:textSize="@dimen/sp_10"
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/tv_home"
|
|
|
- app:layout_constraintLeft_toLeftOf="@+id/tab_course"
|
|
|
- app:layout_constraintRight_toRightOf="@+id/tab_course"
|
|
|
+ app:layout_constraintLeft_toLeftOf="@+id/tab_mall"
|
|
|
+ app:layout_constraintRight_toRightOf="@+id/tab_mall"
|
|
|
app:layout_constraintTop_toTopOf="@+id/tv_home" />
|
|
|
|
|
|
<TextView
|
|
|
- android:id="@+id/tv_chat"
|
|
|
+ android:id="@+id/tv_course"
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:gravity="center"
|
|
|
android:includeFontPadding="false"
|
|
|
- android:text="聊天"
|
|
|
+ android:text="课表"
|
|
|
android:textColor="@color/color_999999"
|
|
|
android:textSize="@dimen/sp_10"
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/tv_home"
|
|
|
- app:layout_constraintLeft_toLeftOf="@+id/tab_chat"
|
|
|
- app:layout_constraintRight_toRightOf="@+id/tab_chat"
|
|
|
+ app:layout_constraintLeft_toLeftOf="@+id/tab_course"
|
|
|
+ app:layout_constraintRight_toRightOf="@+id/tab_course"
|
|
|
app:layout_constraintTop_toTopOf="@+id/tv_home" />
|
|
|
|
|
|
<TextView
|
|
|
- android:id="@+id/tv_mall"
|
|
|
+ android:id="@+id/tv_chat"
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:gravity="center"
|
|
|
android:includeFontPadding="false"
|
|
|
- android:text="商城"
|
|
|
+ android:text="聊天"
|
|
|
android:textColor="@color/color_999999"
|
|
|
android:textSize="@dimen/sp_10"
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/tv_home"
|
|
|
- app:layout_constraintLeft_toLeftOf="@+id/tab_mall"
|
|
|
- app:layout_constraintRight_toRightOf="@+id/tab_mall"
|
|
|
+ app:layout_constraintLeft_toLeftOf="@+id/tab_chat"
|
|
|
+ app:layout_constraintRight_toRightOf="@+id/tab_chat"
|
|
|
app:layout_constraintTop_toTopOf="@+id/tv_home" />
|
|
|
|
|
|
<TextView
|
|
@@ -238,16 +238,16 @@
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
|
|
|
<FrameLayout
|
|
|
- app:layout_constraintTop_toTopOf="parent"
|
|
|
- app:layout_constraintBottom_toTopOf="@+id/cs_bottom"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="0dp">
|
|
|
+ android:layout_height="0dp"
|
|
|
+ app:layout_constraintBottom_toTopOf="@+id/cs_bottom"
|
|
|
+ app:layout_constraintTop_toTopOf="parent">
|
|
|
|
|
|
<com.cooleshow.base.widgets.CustomDragView
|
|
|
- android:layout_gravity="bottom|right"
|
|
|
android:id="@+id/view_suspension"
|
|
|
android:layout_width="100dp"
|
|
|
android:layout_height="100dp"
|
|
|
+ android:layout_gravity="bottom|right"
|
|
|
android:layout_marginEnd="12dp"
|
|
|
android:layout_marginBottom="12dp"
|
|
|
android:visibility="gone"
|