Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
android-koreadc-client-aar
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
郑鹏
android-koreadc-client-aar
Commits
79816147
You need to sign in or sign up before continuing.
Commit
79816147
authored
Mar 19, 2020
by
郑鹏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复首页评分可以点击的问题
parent
78cc565d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletion
+3
-1
app-release.apk
app/release/app-release.apk
+0
-0
MenuItemFragment.java
.../main/java/cn/dankal/client/ui/home/MenuItemFragment.java
+2
-1
item_home_bottom_item.xml
app/src/main/res/layout/item_home_bottom_item.xml
+1
-0
No files found.
app/release/app-release.apk
View file @
79816147
No preview for this file type
app/src/main/java/cn/dankal/client/ui/home/MenuItemFragment.java
View file @
79816147
...
@@ -222,8 +222,9 @@ public class MenuItemFragment extends BaseFragment {
...
@@ -222,8 +222,9 @@ public class MenuItemFragment extends BaseFragment {
public
void
onNext
(
BottomAroundEntity
bottomAroundEntity
)
{
public
void
onNext
(
BottomAroundEntity
bottomAroundEntity
)
{
dataBeans
.
clear
();
dataBeans
.
clear
();
if
(
bottomAroundEntity
.
getData
()
==
null
||
bottomAroundEntity
.
getData
().
size
()
==
0
)
{
if
(
bottomAroundEntity
.
getData
()
==
null
||
bottomAroundEntity
.
getData
().
size
()
==
0
)
{
if
(
bottomItemAdapter
!=
null
&&
rlRoundList
!=
null
)
if
(
bottomItemAdapter
!=
null
&&
rlRoundList
!=
null
)
{
bottomItemAdapter
.
setEmptyView
(
UIUtile
.
getView
(
R
.
layout
.
adapter_layout_empty_data
,
rlRoundList
));
bottomItemAdapter
.
setEmptyView
(
UIUtile
.
getView
(
R
.
layout
.
adapter_layout_empty_data
,
rlRoundList
));
}
}
else
{
}
else
{
dataBeans
.
addAll
(
bottomAroundEntity
.
getData
());
dataBeans
.
addAll
(
bottomAroundEntity
.
getData
());
}
}
...
...
app/src/main/res/layout/item_home_bottom_item.xml
View file @
79816147
...
@@ -42,6 +42,7 @@
...
@@ -42,6 +42,7 @@
app:mDefaultImageId=
"@mipmap/ic_home_stars_ash"
app:mDefaultImageId=
"@mipmap/ic_home_stars_ash"
app:mImageHeight=
"@dimen/dp_13"
app:mImageHeight=
"@dimen/dp_13"
app:mImageWidth=
"@dimen/dp_13"
app:mImageWidth=
"@dimen/dp_13"
app:mIsClick=
"false"
app:mMargin=
"@dimen/dp_3"
/>
app:mMargin=
"@dimen/dp_3"
/>
<TextView
<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