Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
android_vediosocial
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_vediosocial
Commits
af57d6e8
Commit
af57d6e8
authored
Feb 20, 2025
by
jyx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
签约时不展示微信支付
parent
b011a6df
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
VipActivity.kt
...n/java/com/duben/loveplayletd/ui/activitys/VipActivity.kt
+4
-0
item_square.xml
video/app/src/main/res/layout/item_square.xml
+2
-2
No files found.
video/app/src/main/java/com/duben/loveplayletd/ui/activitys/VipActivity.kt
View file @
af57d6e8
...
...
@@ -296,6 +296,7 @@ class VipActivity : BaseActivity(), VipView, View.OnClickListener, VipAdapter.On
if
(!
TextUtils
.
isEmpty
(
bean
.
remarks
))
{
tv_vip_hint
.
text
=
bean
.
remarks
tv_vip_hint
.
visibility
=
View
.
VISIBLE
ll_vip_wx
.
visibility
=
View
.
GONE
if
(
bean
.
isShowCycTips
)
{
tv_vip_hint
.
setTextColor
(
Color
.
parseColor
(
"#FFAC5E"
))
tv_vip_hint
.
textSize
=
12f
...
...
@@ -304,6 +305,7 @@ class VipActivity : BaseActivity(), VipView, View.OnClickListener, VipAdapter.On
tv_vip_hint
.
textSize
=
10f
}
}
else
{
ll_vip_wx
.
visibility
=
View
.
VISIBLE
tv_vip_hint
.
visibility
=
View
.
GONE
}
if
(
bean
.
isShowCycTips
)
{
...
...
@@ -538,6 +540,8 @@ class VipActivity : BaseActivity(), VipView, View.OnClickListener, VipAdapter.On
val
linearLayoutManager
=
LinearLayoutManager
(
this
)
linearLayoutManager
.
orientation
=
LinearLayoutManager
.
HORIZONTAL
rvVip
.
layoutManager
=
linearLayoutManager
rvVip
.
setItemViewCacheSize
(
0
)
rvVip
.
isDrawingCacheEnabled
=
false
vipAdapter
=
VipAdapter
(
vipList
)
rvVip
.
adapter
=
vipAdapter
vipAdapter
.
setOnItemClickListener
(
this
)
...
...
video/app/src/main/res/layout/item_square.xml
View file @
af57d6e8
...
...
@@ -181,8 +181,8 @@
android:gravity=
"center_vertical"
>
<ImageView
android:layout_width=
"
12dp
"
android:layout_height=
"1
2
dp"
android:layout_width=
"
match_parent
"
android:layout_height=
"1
6
dp"
android:src=
"@mipmap/ic_square_position"
/>
<TextView
...
...
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