[android-developers] Re: Creating a list like the one in android dev guidlines

2013-08-24 Thread William Reed
Maybe something like this but with an image view? http://stackoverflow.com/questions/8841283/gmail-like-listview-with-checkboxes-and-using-the-actionbar -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Re: Creating a list like the one in android dev guidlines

2013-08-24 Thread Kostya Vasilyev
Last I checked (using Developer Options, show view boundaries), Gmail was not using Android layouts for items inside a message item view. It's one Android view per message list item, the internals are handled internally. Now back to your original question: consider RelativeLayout: