android 背景透明

设置背景透明


View v = findViewById(R.id.content);//找到你要设透明背景的layout 的id
v.getBackground().setAlpha(100);//0~255透明度值


你可能感兴趣的:(android,layout)