如何在android中设置ListView行的不透明度?

时间:2014-03-24 12:03:34

标签: android listview

我想使用opacity设置每个Listview row的{​​{1}}。我试过这样做,但行没有获得透明背景。我有一个丰富的布局背景,我想要一个玻璃或透明类型的ListView行。我该怎么做?。我不想为此使用任何适配器。所以请提出一些简单的方法。

2 个答案:

答案 0 :(得分:1)

View backgroundimage = findViewById(R.id.background);
Drawable background = backgroundimage.getBackground();
background.setAlpha(80);

答案 1 :(得分:0)

如果您在list下面设置了listView的不透明度 机器人:背景="#80ColorCode"