Skip to content

Conversation

@Jockio
Copy link

@Jockio Jockio commented Jun 19, 2016

fix the problem that the MateriaSearchView will not appear when using AppBarLayout as the README.md file showed.

@YamadaKaito
Copy link

YamadaKaito commented Jun 30, 2016

@Jockio Try use like this...

MW means layout_width=match_parent & layout_height=wrap_content

<CoordinatorLayout-MM>
   <AppBarLayout-MW>
      <FrameLayout-MW>
         <Toolbar-MW/>
         <MaterialSearchView-MW/>
      </FrameLayout>
   </AppBarLayout>
</CoordinatorLayout>

and

<com.miguelcatalan.materialsearchview.MaterialSearchView
                android:id="@+id/search_view"
                android:layout_width="match_parent"
                android:layout_height="wrap_content"/>

dshatz pushed a commit to dshatz/MaterialSearchView that referenced this pull request Feb 8, 2019
Fix dark mode (resolve MiguelCatalan#98)
Fix ads appearing in adfree mode (resolve MiguelCatalan#97)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants