mastix mc wrote: > Hey guys, > > I’m a newb when it comes to android but I’m quite a professional in > Java, though. :) > > I’m planning a little demo app to learn all about android’s api… > > I’ve already created a ListActivity which has a specific background. > What I would like to have now, is that the list items have a > transparency (like having an opacity of 75-80%) so that the background > shines through a little. > > Could you guys tell me whether that’s possible?
Yes, though you will need to specify your own custom row layout that has the transparency you seek. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android Development Wiki: http://wiki.andmob.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

