Commit 2a9d6c84 authored by jyx's avatar jyx

代码优化

parent c4c74752
...@@ -113,7 +113,7 @@ class VipAdapter(val vipList: MutableList<VipBean.ListBean>) : ...@@ -113,7 +113,7 @@ class VipAdapter(val vipList: MutableList<VipBean.ListBean>) :
// } // }
holder.tvVipItemCurMoney.text = SpanUtils() holder.tvVipItemCurMoney.text = SpanUtils()
.append(vipBean.price.toString()) .append(vipBean.price.toString())
.setFontSize(BubbleUtils.sp2px(36)) .setFontSize(BubbleUtils.sp2px(34))
.append("元") .append("元")
.create() .create()
// if (vipBean.oldPrice > 0) { // if (vipBean.oldPrice > 0) {
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
android:layout_gravity="center_horizontal" android:layout_gravity="center_horizontal"
android:layout_marginLeft="18dp" android:layout_marginLeft="18dp"
android:textColor="#efbc6a" android:textColor="#efbc6a"
android:textSize="22sp" android:textSize="20sp"
android:layout_centerVertical="true" android:layout_centerVertical="true"
android:textStyle="bold" android:textStyle="bold"
tools:text="包年会员" /> tools:text="包年会员" />
......
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