Skip to content

Commit

Permalink
Show entire search bar by default and make it not collapse (#2351)
Browse files Browse the repository at this point in the history
  • Loading branch information
rachelkang committed Sep 1, 2021
1 parent e66f101 commit 1d928ba
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -19,6 +19,7 @@ public partial class SearchBarHandler : ViewHandler<ISearchBar, SearchView>
protected override SearchView CreateNativeView()
{
var searchView = new SearchView(Context);
searchView.SetIconifiedByDefault(false);

_editText = searchView.GetFirstChildOfType<EditText>();

Expand Down

0 comments on commit 1d928ba

Please sign in to comment.