Commit 12331ef3 authored by mengcuiguang2's avatar mengcuiguang2

优化vip用户样式

parent 7f767c85
......@@ -182,7 +182,7 @@ class MyFragment : LazyLoadBaseFragment(), MyView, View.OnClickListener {
tv_my_status.text = "有效期: 永久有效"
} else {
tv_my_status.text =
"到期时间 ${TimeRender.formatDate(consumer.expireTime, TimeRender.ALL_FORMAT_LINE)}"
"到期时间\n${TimeRender.formatDate(consumer.expireTime, TimeRender.ALL_FORMAT_LINE)}"
}
} else {
iv_my_vip.setImageResource(R.mipmap.ic_vip_text1)
......
......@@ -116,11 +116,12 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentEnd="true"
android:layout_marginTop="120dp"
android:layout_marginEnd="30dp"
android:layout_marginTop="102dp"
android:gravity="right"
android:layout_marginEnd="20dp"
android:text="解锁全部短剧"
android:textColor="#5B1500"
android:textSize="18sp"
android:textSize="14sp"
android:visibility="gone" />
<Button
......
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