签约 1.1
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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" />
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user