Skip to content

Fix issues #51 - use android.support.v7.widget.SearchView

This is in preference to android.widget.SearchView. In addition to .java changes, it also changed the namespaces of the xml files, so that the attributes would use support library attributes rather than the native API v11 ones. It also forces the search menu item to always be in the action bar when selecting apps to use in the local repo.

Merge request reports