So, basically i have next piece of code:
llPhotoTest.setDrawingCacheEnabled(false);
llPhotoTest.setDrawingCacheEnabled(true);
...
llPhotoTest.getDrawingCache();
First time everything is ok, but second time cached picture stay the same. I've seen a lot of solutions for this problem but nothing works for me. I would appreciate any help or suggestion. Thank you in advance
I've tried:
llPhotoTest.setDrawingCacheEnabled(true);
llPhotoTest.getDrawingCache();
llPhotoTest.setDrawingCacheEnabled(false);
Also I've tried
llPhotoTest.buildDrawingCache();
llPhotoTest.getDrawingCache();
llPhotoTest.destroyDrawingCache();
Still same picture :(
There is a layout bounds