所以,基本上我有下一段代码:
llPhotoTest.setDrawingCacheEnabled(false);
llPhotoTest.setDrawingCacheEnabled(true);
...
llPhotoTest.getDrawingCache();
第一次一切正常,但第二次缓存的图片保持不变。我已经看到了很多解决这个问题的方法,但对我来说没有任何效果。我将不胜感激任何帮助或建议。先感谢您
我试过了:
llPhotoTest.setDrawingCacheEnabled(true);
llPhotoTest.getDrawingCache();
llPhotoTest.setDrawingCacheEnabled(false);
我也试过
llPhotoTest.buildDrawingCache();
llPhotoTest.getDrawingCache();
llPhotoTest.destroyDrawingCache();
还是一样的图片:(
有一个布局边界