2016-11-20 1 views

Antwort

0

versuchen Sie dies:

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

es ist ein Layout-Hintergrund nicht ein Imageview – farshid83

Verwandte Themen