Andrew
Andrew

Reputation: 21076

Contacts favorites search bar

I'd like to replicate the search bar in Contacts app > Favorites > Search (sans icon). Could someone give me a few tips?

A linear layout maybe with some top, left and bottom padding, width is fill_parent, and a weight of 1? With a button next to it with some right padding? How do I make the button look like that? Is there a parameter I can set to get the gradient background of the back? Or do I need to supply an image?

Screen shot

Upvotes: 1

Views: 590

Answers (1)

Macarse
Macarse

Reputation: 93143

Check this tutorial and see the implemented code of that app in this git repo.

Upvotes: 1

Related Questions