So, in my current project I have a LinearLayout with orientation set to vertical. During runtime, views will be added to the Layout programatically. I would like the contents of the layout to fade out (trail off) at the bottom instead of just being cut off. I've looked into fadingEdge but no matter how I change the settings for fadingEdge and fadingEdgeLength, there appears to be no change in how the view looks.
Info:
- Working in Eclipse layout editor
- Using a custom theme (HoloEverywhere)
- Target is 4.0.3 but minSdkVersion is 8 (im using android compatibility and sherlockactivitybar)
Thanks in advance!