签约 1.1

This commit is contained in:
2025-11-28 10:53:50 +08:00
parent a22cade574
commit b089f4a56f
2 changed files with 1 additions and 3 deletions

View File

@@ -101,7 +101,6 @@ class RoomMentorShipWheatView : BaseWheatView {
mIvRipple.visibility = VISIBLE mIvRipple.visibility = VISIBLE
mTvName.text = bean.nickname mTvName.text = bean.nickname
ImageUtils.loadHeadCC(bean.avatar, mRiv) ImageUtils.loadHeadCC(bean.avatar, mRiv)
mCharmView.visibility = VISIBLE
if (TextUtils.isEmpty(bean.dress)) { if (TextUtils.isEmpty(bean.dress)) {
mIvFrame.stopAll() mIvFrame.stopAll()
@@ -119,7 +118,6 @@ class RoomMentorShipWheatView : BaseWheatView {
private fun handleOffState(bean: RoomPitBean) { private fun handleOffState(bean: RoomPitBean) {
mTvName.text = pitNumberText mTvName.text = pitNumberText
mCharmView.visibility = GONE
mRiv.visibility = VISIBLE mRiv.visibility = VISIBLE
mRiv.setImageResource(com.xscm.moduleutil.R.mipmap.room_ic_wheat_default) mRiv.setImageResource(com.xscm.moduleutil.R.mipmap.room_ic_wheat_default)
mIvShutup.visibility = GONE mIvShutup.visibility = GONE

View File

@@ -89,7 +89,7 @@
android:layout_width="@dimen/dp_36" android:layout_width="@dimen/dp_36"
android:layout_height="0dp" android:layout_height="0dp"
android:layout_marginStart="@dimen/dp_10" android:layout_marginStart="@dimen/dp_10"
app:layout_constraintDimensionRatio="1:1.2" app:layout_constraintDimensionRatio="1:1.25"
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="@id/gl_top" /> app:layout_constraintTop_toTopOf="@id/gl_top" />