Chad Bingham
Resultados
1
preguntas formuladas por
Chad Bingham
Cómo configurar el fondo dibujable mediante programación en Android
14
respuestas
354
votos
vistas
Para configurar el fondo: RelativeLayout layout = (RelativeLayout) findViewById(R.id.background); layout.setBackgroundResource(R.drawable.ready); ¿Es la mejor manera de hacerlo?