|
@@ -74,6 +74,17 @@
|
|
|
app:lottie_loop="false"
|
|
|
app:lottie_rawRes="@raw/kebiao" />
|
|
|
|
|
|
+ <com.cooleshow.base.widgets.TabAnimationView
|
|
|
+ android:id="@+id/tab_chat"
|
|
|
+ android:layout_width="24dp"
|
|
|
+ android:layout_height="24dp"
|
|
|
+ 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"
|
|
|
+ app:lottie_rawRes="@raw/liaotian" />
|
|
|
+
|
|
|
<com.cooleshow.base.widgets.UnreadCountTextView
|
|
|
android:id="@+id/tv_msg_count"
|
|
|
android:layout_width="wrap_content"
|
|
@@ -87,22 +98,12 @@
|
|
|
android:textColor="@color/white"
|
|
|
android:textSize="@dimen/sp_12"
|
|
|
android:visibility="gone"
|
|
|
+ tools:visibility="visible"
|
|
|
app:layout_constraintCircle="@+id/tab_chat"
|
|
|
app:layout_constraintCircleAngle="45"
|
|
|
app:layout_constraintCircleRadius="12dp" />
|
|
|
|
|
|
<com.cooleshow.base.widgets.TabAnimationView
|
|
|
- android:id="@+id/tab_chat"
|
|
|
- android:layout_width="24dp"
|
|
|
- android:layout_height="24dp"
|
|
|
- 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"
|
|
|
- app:lottie_rawRes="@raw/liaotian" />
|
|
|
-
|
|
|
- <com.cooleshow.base.widgets.TabAnimationView
|
|
|
android:id="@+id/tab_mine"
|
|
|
android:layout_width="24dp"
|
|
|
android:layout_height="24dp"
|