I’ve tried researching about this for many days. I’ve really really no idea how to start on doing a very similar style as below. I know it consists of one button and a edittext. However, i do not know how to begin with. Do anybody have a sample code for similar styled bar?

I’ve tried researching about this for many days. I’ve really really no idea how
Share
The android search bar is a mix of native and custom elements.
The Layout used by the search bar can be found in the android source code at this path (for the 2.1 version I can on my hard drive):
frameworks/base/core/res/res/layout/search_bar.xml
You can found the detail of the layout below:
All the drawables and styles are also in the source code.
To make exactly the same thing, you will have to copy the different elements in your own project.
You may also have to have a look the different classes: