haoziliu
Results
2
issues of
haoziliu
It should change mComplectingPosition of HorizontalStepView when setting the bean list, in order to draw text with different formats according to status.
``` private int getDayForDate(@NonNull LocalDate date) { return firstDay.until(date).getDays(); } ``` This method is supposed to get the offset of days from first day. But in fact it only get...