MaterialSearchBar icon indicating copy to clipboard operation
MaterialSearchBar copied to clipboard

Material Design Search Bar for Android

Results 84 MaterialSearchBar issues
Sort by recently updated
recently updated
newest added

The javaBean you created must implements Serializable or when you start another activity, "Java.lang.RuntimeException: Parcel: unable to marshal value com.xxx.xxx.yourJavaBean@xxxx1234" shows.

AndroidRuntime: FATAL EXCEPTION: main Process: drrdigitalcatalogue.com.nrrdigitalcatalogue, PID: 6410 java.lang.IndexOutOfBoundsException: Inconsistency detected. Invalid view holder adapter positionViewHolder{23ffb6f position=27 id=-1, oldPos=-1, pLpos:-1 no parent} android.support.v7.widget.RecyclerView{7bbf314 VFED..... ........ 0,0-688,542 #7f0a0089 app:id/mt_recycler}, adapter:drrdigitalcatalogue.com.nrrdigitalcatalogue.adapters.CustomSuggestionsAdapter@48ec7bd, layout:android.support.v7.widget.LinearLayoutManager@ad4d1b2,...

Is it possible to make search bar always focusable mode, because yet i need to click two times to then i am able to search any thing so please share...

i have set text and mt_plceholder some text but it wont show (it is in persian format for eg "سرچ")

Caused by: android.content.res.Resources$NotFoundException: Resource ID #0x4 at android.content.res.Resources.getValue(Resources.java:1544) at android.support.v7.widget.AppCompatDrawableManager.loadDrawableFromDelegates(AppCompatDrawableManager.java:330) at android.support.v7.widget.AppCompatDrawableManager.getDrawable(AppCompatDrawableManager.java:195) at android.support.v7.widget.AppCompatDrawableManager.getDrawable(AppCompatDrawableManager.java:188) at android.support.v7.content.res.AppCompatResources.getDrawable(AppCompatResources.java:100) at android.support.v7.widget.AppCompatImageHelper.setImageResource(AppCompatImageHelper.java:73) at android.support.v7.widget.AppCompatImageView.setImageResource(AppCompatImageView.java:81) at info.androidhive.materialtabs.activity.Image.onCreate(Image.java:31) at android.app.Activity.performCreate(Activity.java:6309) at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1113) at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2519) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2654) ...

hi all sometimes i see suggestion bar, and some time i don't.. the showSuggestions(); hideSuggestions(); isn't working for me either.. can someone shed some light on it? thank you

Some changes made to the library's SuggestionsAdapter such as this: ``` //changing the suggestions list to protected protected List suggestions = new ArrayList(); ``` ..were not included in the latest...