Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
android_goodmoney
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_goodmoney
Commits
2bf587f7
Commit
2bf587f7
authored
Jun 28, 2021
by
mengcuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
代码优化
parent
228ee11e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
FlDialog.kt
...in/java/com/mints/goodmoney/ui/widgets/dialog/FlDialog.kt
+3
-1
fl_zwf.png
GoodMoney/app/src/main/res/mipmap-xhdpi/fl_zwf.png
+0
-0
No files found.
GoodMoney/app/src/main/java/com/mints/goodmoney/ui/widgets/dialog/FlDialog.kt
View file @
2bf587f7
...
...
@@ -14,6 +14,7 @@ import com.mints.goodmoney.mvp.model.FlActivityBean
import
com.mints.goodmoney.mvp.model.UserTaskMsgBean
import
com.mints.goodmoney.ui.widgets.seekbar.BubbleUtils
import
com.mints.goodmoney.utils.SpanUtils
import
com.mints.library.utils.GlideUtils
class
FlDialog
(
data
:
FlActivityBean
.
ActiveTipsConfigDTO
,
context
:
Context
,
private
val
listener
:
DialogListener
)
:
Dialog
(
context
,
R
.
style
.
dialog
)
{
...
...
@@ -50,7 +51,8 @@ class FlDialog(data: FlActivityBean.ActiveTipsConfigDTO, context: Context, priva
tv_1
.
text
=
data
.
title
tv_2
.
text
=
data
.
hotTitle
//显示图片
Glide
.
with
(
context
).
load
(
data
.
url
).
into
(
iv_fl
)
//显示图片
GlideUtils
.
loadImageViewLoding
(
context
,
data
.
url
,
iv_fl
,
R
.
mipmap
.
fl_zwf
)
tv_focus
.
setOnClickListener
{
listener
.
onClick
(
it
)
...
...
GoodMoney/app/src/main/res/mipmap-xhdpi/fl_zwf.png
0 → 100644
View file @
2bf587f7
11.6 KB
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