Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
android_vedio
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
android
android_vedio
Commits
2a9d6c84
Commit
2a9d6c84
authored
Apr 15, 2024
by
jyx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
代码优化
parent
c4c74752
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
VipAdapter.kt
...ain/java/com/duben/duoduoplaylet/ui/adapter/VipAdapter.kt
+1
-1
item_rv_vip.xml
video/app/src/main/res/layout/item_rv_vip.xml
+1
-1
No files found.
video/app/src/main/java/com/duben/duoduoplaylet/ui/adapter/VipAdapter.kt
View file @
2a9d6c84
...
@@ -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
(
3
6
))
.
setFontSize
(
BubbleUtils
.
sp2px
(
3
4
))
.
append
(
"元"
)
.
append
(
"元"
)
.
create
()
.
create
()
// if (vipBean.oldPrice > 0) {
// if (vipBean.oldPrice > 0) {
...
...
video/app/src/main/res/layout/item_rv_vip.xml
View file @
2a9d6c84
...
@@ -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=
"2
2
sp"
android:textSize=
"2
0
sp"
android:layout_centerVertical=
"true"
android:layout_centerVertical=
"true"
android:textStyle=
"bold"
android:textStyle=
"bold"
tools:text=
"包年会员"
/>
tools:text=
"包年会员"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment