|
@@ -44,11 +44,9 @@
|
|
|
android:id="@+id/tab_home"
|
|
|
android:layout_width="24dp"
|
|
|
android:layout_height="24dp"
|
|
|
- android:layout_marginStart="27dp"
|
|
|
android:layout_marginTop="10dp"
|
|
|
- app:layout_constraintHorizontal_chainStyle="spread_inside"
|
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
|
- app:layout_constraintRight_toLeftOf="@+id/tab_course"
|
|
|
+ app:layout_constraintRight_toRightOf="@+id/view_home"
|
|
|
app:layout_constraintTop_toTopOf="parent"
|
|
|
app:lottie_autoPlay="false"
|
|
|
app:lottie_loop="false"
|
|
@@ -58,8 +56,8 @@
|
|
|
android:id="@+id/tab_course"
|
|
|
android:layout_width="24dp"
|
|
|
android:layout_height="24dp"
|
|
|
- app:layout_constraintLeft_toRightOf="@+id/tab_home"
|
|
|
- app:layout_constraintRight_toLeftOf="@+id/tab_chat"
|
|
|
+ app:layout_constraintLeft_toLeftOf="@+id/view_course"
|
|
|
+ app:layout_constraintRight_toRightOf="@+id/view_course"
|
|
|
app:layout_constraintTop_toTopOf="@+id/tab_home"
|
|
|
app:lottie_autoPlay="false"
|
|
|
app:lottie_loop="false"
|
|
@@ -69,8 +67,8 @@
|
|
|
android:id="@+id/tab_chat"
|
|
|
android:layout_width="24dp"
|
|
|
android:layout_height="24dp"
|
|
|
- app:layout_constraintLeft_toRightOf="@+id/tab_course"
|
|
|
- app:layout_constraintRight_toLeftOf="@+id/tab_mall"
|
|
|
+ app:layout_constraintLeft_toLeftOf="@+id/view_chat"
|
|
|
+ app:layout_constraintRight_toRightOf="@+id/view_chat"
|
|
|
app:layout_constraintTop_toTopOf="@+id/tab_home"
|
|
|
app:lottie_autoPlay="false"
|
|
|
app:lottie_loop="false"
|
|
@@ -97,8 +95,8 @@
|
|
|
android:id="@+id/tab_mall"
|
|
|
android:layout_width="24dp"
|
|
|
android:layout_height="24dp"
|
|
|
- app:layout_constraintLeft_toRightOf="@+id/tab_chat"
|
|
|
- app:layout_constraintRight_toLeftOf="@+id/tab_mine"
|
|
|
+ app:layout_constraintLeft_toLeftOf="@+id/view_mall"
|
|
|
+ app:layout_constraintRight_toRightOf="@+id/view_mall"
|
|
|
app:layout_constraintTop_toTopOf="@+id/tab_home"
|
|
|
app:lottie_autoPlay="false"
|
|
|
app:lottie_loop="false"
|
|
@@ -108,9 +106,8 @@
|
|
|
android:id="@+id/tab_mine"
|
|
|
android:layout_width="24dp"
|
|
|
android:layout_height="24dp"
|
|
|
- android:layout_marginEnd="27dp"
|
|
|
- app:layout_constraintLeft_toRightOf="@+id/tab_mall"
|
|
|
- app:layout_constraintRight_toRightOf="parent"
|
|
|
+ app:layout_constraintLeft_toLeftOf="@+id/view_mine"
|
|
|
+ app:layout_constraintRight_toRightOf="@+id/view_mine"
|
|
|
app:layout_constraintTop_toTopOf="@+id/tab_home"
|
|
|
app:lottie_autoPlay="false"
|
|
|
app:lottie_loop="false"
|