Bex
Resultados
1
preguntas formuladas por
Bex
Android View.getDrawingCache devuelve nulo, solo nulo
10
respuestas
101
votos
vistas
¿Alguien podría intentar explicarme por qué? public void addView(View child) { child.setDrawingCacheEnabled(true); child.setWillNotCacheDrawing(false); child.setWillNotDraw(false); child.buildDrawingCache(); if(child.getDrawingCache() == null) { //TODO Make this work! Log.w("View", "View child's drawing cache is null");