Ahmed Hegazy

Results 3 issues of Ahmed Hegazy

How to reproduce: Just change the width of the CardView to match_parent in the sample

When checking `isSearchShown` from `onSearchViewClosed` or `onSearchViewShown`, the state is wrong as the internal state boolean only gets changed after executing the callback. https://github.com/MiguelCatalan/MaterialSearchView/blob/develop/library/src/main/java/com/miguelcatalan/materialsearchview/MaterialSearchView.java#L532

It was working normally, but after several hours it's showing nothing like in the following picture ![screenshot_20170101-150031](https://cloud.githubusercontent.com/assets/2749269/21581307/3f3a99fe-d035-11e6-90c5-c6d662d63a09.png) Device: Nexus 6 Android: 7.0

bug