Skip to content

Commit

Permalink
modify
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaojianglaile committed Jun 13, 2017
1 parent 2cdc45b commit d488bbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ private void resetMonthView() {
protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) {
int height = MeasureSpec.getSize(heightMeasureSpec);
resetViewHeight(rlScheduleList, height - mRowSize);
resetViewHeight(this, height + 100);
resetViewHeight(this, height);
super.onMeasure(widthMeasureSpec, heightMeasureSpec);
}

Expand Down

0 comments on commit d488bbb

Please sign in to comment.