paramsen / autocomplete-toolbar-search-view

Android SearchView that features autocompletion and material design

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Search view hidden on android 7.1

scrummitch opened this issue · comments

commented

Hey Par! Its mitch here

Just wanted to let you know theres a bit of an issue with the search view. It seems like that on android 7.1 the top of the search view is cut off.

How to reproduce:

  1. download 7.1 simulator
  2. run the included demo
  3. type any character
  4. top search bar will disappear

Heres a screen:
screen shot 2017-08-16 at 2 32 57 pm

@scrummitch having same issue, you got any luck with that??

commented

@mak12 yes but i forgot how i fixed it, such a long time ago!

You have to change findToolbar method in ViewUtils. In my case, I have to add androidx.appcompat.widget.Toolbar