-2

I am a newbie in android programming, i have to design an activity exactly like the picture in the link. I am extremely confused about how to add that search view under my actionbar.

enter image description here

Rookie
  • 1
  • 1

2 Answers2

0

you need ToolBar .find some example and you can modify its layout because its just a ViewGroup. Then use it as ActionBar.

Arnav M.
  • 2,590
  • 1
  • 27
  • 44
0

You have to make a custom action bar, below will can help you to make it.

How can I implement custom Action Bar with custom buttons in Android?

then, you have to use text watcher(http://www.learn2crack.com/2014/02/android-textwatcher-example.html) in search textbox and use these methods acc. to your need: 1. afterTextChanged 2. beforeTextChanged 3. onTextChanged

Community
  • 1
  • 1
BHARAT GUPTA
  • 462
  • 1
  • 4
  • 10