abhimanyu209

Results 3 comments of abhimanyu209

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)**);