2016-11-20 3 views

Répondre

0

essayez ceci:

View backgroundImage = findViewById(R.id.background_image); 
Drawable background = backgroundImage.getBackground(); 
background.setAlpha(80); 
+0

il est un arrière-plan de la mise en page et non une imageView – farshid83