Currently, I have an Activity, with a ListView on the top, and LinearLayout on the bottom.

When a row in my ListView is scrolled and the row is partially shown, it looks like this. (LinearLayout is the one with Value wording)
However, I wish to have the following effect.

It seems that LinearLayout adds a “glooming layer” at the bottom of the ListView. – I am sure this is not optical illusion. 🙂
How I can achieve such an effect?
Add
on
ListViewwill solve the problem