0

I want to implement Actionbar SearchView same as QuizUp (attached pictures). My code structure is, one main activity with multiple fragments. Actionbar SearchView is common feature and not related to the any fragment and result will be fetched from remote service.

Need help with some sample codes. Pls check attached images to get clear idea about my requirement.

Thanks

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Step 1

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Step 2

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Step 3

m0sa
  • 10,712
  • 4
  • 44
  • 91
user977625
  • 101
  • 1
  • 5

1 Answers1

0

I think it is kinda impossible with simple SearchView.

You can do it with transparent activity.

For example, you have menuItem with search button, when user click it, application open new activity with transparent background and searchView

How to create transparent activity

Community
  • 1
  • 1
Sergey Zabelnikov
  • 1,855
  • 1
  • 14
  • 24