This commit is contained in:
huangjian
2023-03-23 18:53:12 +08:00
parent 63bd50479d
commit 00866e7c73
3 changed files with 3 additions and 2 deletions

View File

@@ -1433,7 +1433,7 @@ class RoomEffectView @JvmOverloads constructor(
1.0f,
0.0f,
false
), "noble_text_tx"
), "noble_text_tx_"
)
val drawable = SVGADrawable(videoItem, dynamicEntity)
svgaImageView.setImageDrawable(drawable)

View File

@@ -386,6 +386,7 @@ public class UserInfoActivity extends BaseBindingActivity<ActivityUserInfoBindin
bannerAdapter = identityState == OWN ? new SelfPhotoAdapter(list, this)
: new UserInfoPhotoAdapter(list, this);
mBinding.rollView.setAdapter(bannerAdapter);
mBinding.tvRollHint.setText("1/" + list.size());
//设置透明度
mBinding.rollView.setAnimationDurtion(500);
}

View File

@@ -977,8 +977,8 @@ public final class IMNetEaseManager {
case CUSTOM_MSG_SUB_RADISH_ALL_ROOM_NOTIFY_BY_SVGA:
if (showRadishMsg) {
addMessages(msg);
noticeRadish(msg, second);
}
noticeRadish(msg, second);
break;
}
break;