Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix the problem that the MateriaSearchView will not appear when using… #97

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

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