MaterialSearchView icon indicating copy to clipboard operation
MaterialSearchView copied to clipboard

Cute library to implement SearchView in a Material Design Approach

Results 101 MaterialSearchView issues
Sort by recently updated
recently updated
newest added

FATAL EXCEPTION: main Process: rk.android.app.shortcutmaker, PID: 23150 java.lang.SecurityException: Permission Denial: starting Intent { act=android.intent.action.CREATE_SHORTCUT cmp=org.kustom.wallpaper/org.kustom.lib.editor.ShortcutActivity } from ProcessRecord{86816e2 23150:rk.android.app.shortcutmaker/u0a3573} (pid=23150, uid=13573) not exported from uid 13774 at android.os.Parcel.createExceptionOrNull(Parcel.java:2437) at android.os.Parcel.createException(Parcel.java:2421)...

Hi 1) . Why textAlignment and gravity does not work ? 2) . Does not display Persian and Arabic letters correctly !!

Can't seem to be able to set background without app crashing. Caused by NPE: Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'void android.widget.RelativeLayout.setBackground(android.graphics.drawable.Drawable)' on a null object My searchView...

Hi, I have an agenda with a contact named José and another Jose Luis. I would like to know if there is any way that the bookstore does not distinguish...

Hi. We use this library `1.4.0`. And it works fine for most of our users. Thanks. But there are a few users that randomly but very frequently get this crash....

In `MaterialSearchView` there is a method `initiateView` in which the following statement: `mSearchLayout = findViewById(R.id.search_layout);` returning null sometime that is why the subsequent statement : `mSearchTopBar = (RelativeLayout) mSearchLayout.findViewById(R.id.search_top_bar);` throwing...

I tried this library on a navigation drawer activity. It blocks the fragment to be loaded on initiating the activity.

I am using a navigation drawer and I want to provide search functionality in one of my fragment. But, when I use MaterialSearchView inside fragment, everything works fine except for...

- Upgraded to AndroidX. - Upgraded Gradle to 4.0.1 - Removed support for older versions than Lolipop. - Re-targetted to Android 10. - Merged these commits: - https://github.com/MiguelCatalan/MaterialSearchView/pull/161/ - https://github.com/MiguelCatalan/MaterialSearchView/pull/176

Why do i getting this left space within my toolbar? I want to cover the whole width of the parent toolbar space. ![imagen](https://user-images.githubusercontent.com/18486020/71450408-e86e3a80-2726-11ea-8401-43d5c5ab95b6.png) This is my code: ``` ```