Commit 5821d471 authored by jyx's avatar jyx

代码优化

parent 89b70bcb
......@@ -210,8 +210,10 @@ class VipActivity : BaseActivity(), VipView, View.OnClickListener,
tv_vip_hint.visibility = View.VISIBLE
if (bean.isShowCycTips) {
tv_vip_hint.setTextColor(Color.parseColor("#FFAC5E"))
tv_vip_hint.textSize = 12f
} else {
tv_vip_hint.setTextColor(Color.parseColor("#97ffffff"))
tv_vip_hint.textSize = 10f
}
} else {
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