2016-11-20 13 views

答えて

0

これを試してみてください。

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

それはレイアウトの背景ではないImageViewのです – farshid83

関連する問題