abhimanyu209
abhimanyu209
java.lang.IllegalArgumentException: width and height must be > 0 in AbstractWheelView.recreateAssets
I am getting the same issue, im not sure whether its a problem in importing the project, but the WheelHorizontalView is not even inflating in the xml and giving this...
hey, I was able to solve it myself . This is my solution : (Using Glide) **LinearLayout layout = (LinearLayout) tabsStrip.getChildAt(0);** Glide.with(StickerActivity.this) .load(stickers.getResult().get(0).getOutlineSmallBlack()) .diskCacheStrategy(DiskCacheStrategy.ALL) .placeholder(R.drawable.icon_sticker) .into(**(ImageView) layout.getChildAt(0)**);