Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
“xiaohaibin committed Mar 18, 2019
2 parents 57ebb9b + d4751c8 commit 6731310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ dependencies {
}
private void init() {
mPageMenuLayout.setLayoutParams(new LinearLayout.LayoutParams(ViewGroup.LayoutParams.MATCH_PARENT, (int) ((float) ScreenUtil.getScreenWidth() / 2.0f)));
mPageMenuLayout.setPageDatas(homeEntrances, new PageMenuViewHolderCreator() {
@Override
public AbstractHolder createHolder(View itemView) {
Expand Down

0 comments on commit 6731310

Please sign in to comment.