Skip to content

Commit

Permalink
修改了weekTextColor不管用的bug
Browse files Browse the repository at this point in the history
  • Loading branch information
loonggg committed Oct 28, 2016
1 parent d1a7337 commit fb6f6b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
app:cornerMarkBg="@mipmap/order_book_icon"
app:daysSelectedBackground="@drawable/green_oval_bg"
app:isCornerMark="true"
app:weekTextColor="#099088"
app:monthBackgroundColor="#8F83F1"
app:nextArrowBg="@mipmap/white_right_arrow"
app:preArrowBg="@mipmap/white_left_arrow" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ public View getItemView(final int position, View convertView, final ViewHolder v
dayView.setBackgroundDrawable(null);
} else {
dayView.setBackgroundDrawable(null);
dayView.setTextColor(daysTextColor);
dayView.setTextColor(weekTextColor);
}

if (selectDateList != null) {
Expand Down

0 comments on commit fb6f6b3

Please sign in to comment.