1.签约抱麦添加拒绝逻辑。
2.爵位不返回userInfo 逻辑容错。 3.礼物动画优化。
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/dp_320">
|
||||
android:layout_height="@dimen/dp_330">
|
||||
|
||||
|
||||
<com.xscm.moduleutil.widget.RoomFriendshipWheatView
|
||||
@@ -64,7 +64,6 @@
|
||||
android:id="@+id/tv_heart"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="@dimen/dp_20"
|
||||
android:layout_marginStart="@dimen/dp_10"
|
||||
android:layout_marginEnd="@dimen/dp_10"
|
||||
android:gravity="center"
|
||||
android:paddingStart="@dimen/dp_3"
|
||||
|
||||
@@ -267,14 +267,12 @@
|
||||
android:layout_marginLeft="@dimen/dp_16"
|
||||
android:layout_marginTop="@dimen/dp_12"
|
||||
android:layout_marginRight="@dimen/dp_16"
|
||||
app:tabIndicator="@drawable/tab_indicator_bg"
|
||||
app:tabIndicatorFullWidth="true"
|
||||
app:tabIndicatorHeight="@dimen/dp_15"
|
||||
app:tabIndicatorGravity="center"
|
||||
app:tabIndicatorFullWidth="false"
|
||||
app:tabIndicatorHeight="@dimen/dp_2"
|
||||
app:tabIndicatorGravity="bottom"
|
||||
app:tabMode="scrollable"
|
||||
app:tabMinWidth="@dimen/dp_40"
|
||||
app:tabSelectedTextColor="@color/white"
|
||||
app:tabIndicatorColor="@android:color/transparent"
|
||||
app:tabIndicatorColor="@color/colorPrimary"
|
||||
app:tabTextAppearance="@style/CustomTabTextAppearance"
|
||||
app:tabTextColor="#F1ECFF" />
|
||||
</com.google.android.material.appbar.AppBarLayout>
|
||||
|
||||
Reference in New Issue
Block a user