I am using relativelayout to set an image.Why I hadn\'t using imageview means, inside relativelayout image, I am setting icons.
I dont know what is the issue exactly
Use:
Glide.with(getApplicationContext()).load(...)
Instead of:
Glide.with(TabMorePagesDetailActivity.this).load(...)
Hope it will solve your problem~