我想使用opacity
设置每个Listview row
的{{1}}。我试过这样做,但行没有获得透明背景。我有一个丰富的布局背景,我想要一个玻璃或透明类型的ListView行。我该怎么做?。我不想为此使用任何适配器。所以请提出一些简单的方法。
答案 0 :(得分:1)
View backgroundimage = findViewById(R.id.background);
Drawable background = backgroundimage.getBackground();
background.setAlpha(80);
答案 1 :(得分:0)
如果您在list下面设置了listView的不透明度 机器人:背景="#80ColorCode"