|
@@ -292,6 +292,7 @@ public class HomePageActivity extends BaseMVPActivity<ActivityHomePageLayoutBind
|
|
viewBinding.ivAvatar.setBorderColor(getResources().getColor(R.color.white));
|
|
viewBinding.ivAvatar.setBorderColor(getResources().getColor(R.color.white));
|
|
} else {
|
|
} else {
|
|
viewBinding.ivVip.setVisibility(View.VISIBLE);
|
|
viewBinding.ivVip.setVisibility(View.VISIBLE);
|
|
|
|
+ viewBinding.ivVip.setImageResource(EVipType.getVipAvatarTag(eVipType));
|
|
viewBinding.ivAvatar.setBorderColor(getResources().getColor(EVipType.getVipAvatarBorderColor(eVipType)));
|
|
viewBinding.ivAvatar.setBorderColor(getResources().getColor(EVipType.getVipAvatarBorderColor(eVipType)));
|
|
}
|
|
}
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|