* Fix android search-bar bug Searching twice for the same item in the search bar leads to a bug where `submit` event won't be raised. This PR fixes https://github.com/NativeScript/NativeScript/issues/5039 * test: include new test page
* Searchbar tests * Update search bar test page * Fix path to events test pages * Update text-view test pages