endryha
Results
2
comments of
endryha
I faced the same issue, I would say even more, sometimes demo app also doesn't display horizontal list after start, but next time list appears. And again after notifyDatasetChanged list...
Currently I solved it by rewriting onMeasure method to allow it to calculate child height on the fly while measurement: @Override protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { int parentWidth...