Commit f5d5472d authored by jyx's avatar jyx

更新字体大小

parent bb8b541f
...@@ -210,8 +210,10 @@ class VipActivity : BaseActivity(), VipView, View.OnClickListener, ...@@ -210,8 +210,10 @@ class VipActivity : BaseActivity(), VipView, View.OnClickListener,
tv_vip_hint.visibility = View.VISIBLE tv_vip_hint.visibility = View.VISIBLE
if (bean.isShowCycTips) { if (bean.isShowCycTips) {
tv_vip_hint.setTextColor(Color.parseColor("#FFAC5E")) tv_vip_hint.setTextColor(Color.parseColor("#FFAC5E"))
tv_vip_hint.textSize = 12f
} else { } else {
tv_vip_hint.setTextColor(Color.parseColor("#97ffffff")) tv_vip_hint.setTextColor(Color.parseColor("#97ffffff"))
tv_vip_hint.textSize = 10f
} }
} else { } else {
tv_vip_hint.visibility = View.INVISIBLE tv_vip_hint.visibility = View.INVISIBLE
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment