Selina592732122

Results 9 comments of Selina592732122

listview滑动的时候,天数超过两位的,文字会被挤没了,请问有解决方法吗 ![image](https://user-images.githubusercontent.com/8281419/32584170-07e72060-c532-11e7-8a59-c2b0343423d8.png) ![image](https://user-images.githubusercontent.com/8281419/32584222-472e1882-c532-11e7-91b8-4b784240caa1.png)

public boolean handlerDayLargeNinetyNine() { boolean isReLayout = false; if (isShowDay) { // handler large ninety nine if (isDayLargeNinetyNine) { isReLayout = true; } else if (!isDayLargeNinetyNine && mDay > 99)...

@zhuzhushang 不用加relayout了,看了下他原来代码就有,只是条件进不去, ![image](https://user-images.githubusercontent.com/8281419/32582566-67baf816-c52a-11e7-9309-f5be026f76b6.png) 修改下貌似就可以了 public boolean handlerDayLargeNinetyNine() { boolean isReLayout = false; if (isShowDay) { // handler large ninety nine if (isDayLargeNinetyNine) { isReLayout = true; } else if (!isDayLargeNinetyNine...