Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
YDL-Component-Medical
Overview
Overview
Details
Activity
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
杨凯
YDL-Component-Medical
Commits
64f06043
Commit
64f06043
authored
Jul 21, 2021
by
霍志良
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:dynamic升级
parent
6e7b563b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
config.gradle
config.gradle
+2
-2
TrendsHomeFragment.java
m-dynamic/src/main/java/com/yidianling/dynamic/trendsHome/TrendsHomeFragment.java
+3
-3
No files found.
config.gradle
View file @
64f06043
...
...
@@ -11,7 +11,7 @@ ext {
"m-user"
:
"0.0.61.39"
,
"m-home"
:
"0.0.22.69"
,
"m-im"
:
"0.0.19.70"
,
"m-dynamic"
:
"0.0.7.2
6
"
,
"m-dynamic"
:
"0.0.7.2
8
"
,
"m-article"
:
"0.0.0.10"
,
"m-muse"
:
"0.0.28.24"
,
...
...
@@ -94,7 +94,7 @@ ext {
"m-user"
:
"0.0.61.39"
,
"m-home"
:
"0.0.22.69"
,
"m-im"
:
"0.0.19.70"
,
"m-dynamic"
:
"0.0.7.2
6
"
,
"m-dynamic"
:
"0.0.7.2
8
"
,
"m-article"
:
"0.0.0.8"
,
"m-muse"
:
"0.0.28.24"
,
...
...
m-dynamic/src/main/java/com/yidianling/dynamic/trendsHome/TrendsHomeFragment.java
View file @
64f06043
...
...
@@ -392,7 +392,7 @@ public class TrendsHomeFragment extends BaseFragment implements ITrendHomeView,
for
(
int
i
=
0
;
i
<
3
&&
i
<
topicListDatas
.
list
.
size
();
i
++)
{
switch
(
i
)
{
case
0
:
GlideApp
.
with
(
getActivity
()
)
GlideApp
.
with
(
this
)
.
load
(
topicListDatas
.
list
.
get
(
i
).
getImg_bg_url
())
.
centerCrop
()
.
transform
(
new
RoundedCornersTransformation
(
20
,
0
,
RoundedCornersTransformation
.
CornerType
.
LEFT
))
...
...
@@ -403,7 +403,7 @@ public class TrendsHomeFragment extends BaseFragment implements ITrendHomeView,
});
break
;
case
1
:
GlideApp
.
with
(
getActivity
()
)
GlideApp
.
with
(
this
)
.
load
(
topicListDatas
.
list
.
get
(
i
).
getImg_bg_url
())
.
centerCrop
()
.
transform
(
new
RoundedCornersTransformation
(
20
,
0
,
RoundedCornersTransformation
.
CornerType
.
TOP_RIGHT
))
...
...
@@ -414,7 +414,7 @@ public class TrendsHomeFragment extends BaseFragment implements ITrendHomeView,
});
break
;
case
2
:
GlideApp
.
with
(
getActivity
()
)
GlideApp
.
with
(
this
)
.
load
(
topicListDatas
.
list
.
get
(
i
).
getImg_bg_url
())
.
centerCrop
()
.
transform
(
new
RoundedCornersTransformation
(
20
,
0
,
RoundedCornersTransformation
.
CornerType
.
BOTTOM_RIGHT
))
...
...
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