autoWidthFixing

Auto width fixing.

If the sum of consecutive two items of a RecyclerView is not greater than the ImageCarousel view width, then the scrollToPosition method will not work as expected. So we will check the width of the element and increase the minimum width for fixing the problem if autoWidthFixing is true.