Anytime that you need anything more than a basic list of text you have to define in an XML file what your list items will look like. They can have anything you want in them when you define them. In your above example you could achieve something similar by defining a list item with two static text items, and two images. You can register listeners on individual components so that when the user taps the left image it opens the left link, and so on.
Here's a tutorial I found on the topic, and there are many more out there that are better.
Just make sure you understand how to re-inflate old items in your list that go out of view, and how to make an adapter for your list items.