2016-11-20 82 views

回答

0

試試這個:

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

它是一個佈局的背景不是一個ImageView的 – farshid83