The search result view of Google Maps has the Material design's card-like look, but the cards themselves are like lists.
I want to implement a similar search page where as the user types in, the first card shows matching results from user's history, and the second card lists the results returned by Google Places API. For this I intend to put CardViews (ref) in LinearLayout (which is inside a vertical ScrollView).
However I am not sure how do I get the cards to look like these lists.