MaterialSearchView
MaterialSearchView copied to clipboard
[BUGFIX #137]The voice search icon is not displaying for some reason
I have fixed Bug ID #137
return activities.size() != 0;
library/src/main/java/com/miguelcatalan/materialsearchview/MaterialSearchView.java is still showing return activities.size() == 0; I believe the change was overwritten. Hence the voice icon is still not showing up. I am using compile 'com.miguelcatalan:materialsearchview:1.4.0' in dependency. Am I supposed to use some other version to see your change?
search voice is showing only in 1.3.0 version ? Any solution for this issue.