Is there a way to get a gradient effect or a semi-transparant effect when setting the background color of a view? For example, this code:
selView.setBackgroundColor(Color.rgb(240, 128, 128)); // light red
highlights a selected view in a list view. Either a gradient or a background would be cool.