SimpleSearchView
SimpleSearchView copied to clipboard
A simple SearchView for Android based on Material Design
Hi Can I Change Text Font on your library? if true, How? Thanks in advanced
`Attempt to invoke virtual method 'boolean android.graphics.drawable.Drawable.getPadding(android.graphics.Rect)' on a null object reference` I am getting this error on the Android 5.1 device. But in other devices, I am not getting...
when i implement this library in gradle.build and sync if, It sync and give me the error. ../../.gradle/caches/transforms-1/files-1.1/appcompat-v7-28.0.0.aar/ff1c465b622aca7882412f99ea6427fb/res/values-v28/values-v28.xml | error: resource android:attr/dialogCornerRadius not found. | app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v28/values-v28.xml | error: resource android:attr/dialogCornerRadius...
Currently voice search is initiated via this call: ``` activity.startActivityForResult(intent, REQUEST_VOICE_SEARCH); ``` Currently this is an implementation detail and cannot be overridden. But if we want to get result in...
0.1.4 The back button inside the search view will dismiss the view but it doesn't clear the search term or trigger any of the callbacks so there's no way to...
E/AndroidRuntime: FATAL EXCEPTION: main Process: com.example.kiranastore, PID: 11561 java.lang.IncompatibleClassChangeError: Class 'com.ferfalk.simplesearchview.SimpleSearchView$5' does not implement interface 'com.google.android.material.tabs.TabLayout$BaseOnTabSelectedListener' in call to 'void com.google.android.material.tabs.TabLayout$BaseOnTabSelectedListener.onTabUnselected(com.google.android.material.tabs.TabLayout$Tab)' (declaration of 'java.lang.reflect.ArtMethod' appears in /system/framework/core-libart.jar) at com.google.android.material.tabs.TabLayout$1.onTabUnselected(TabLayout.java:824) at...
Hey, great library Please remove color static in ic_search_black_24dp.xml for avoid this overlap ```xml ``` Simplified with in path drawable ```xml android:fillColor="?colorControlNormal" ```
Invoke-customs are only supported starting with Android O (--min-api 26)
how to use this inside the fregment class simpleSearchView.setOnQueryTextListener(new SimpleSearchView.OnQueryTextListener() { @Override public boolean onQueryTextSubmit(String query) { Log.d("SimpleSearchView", "Submit:" + query); return false; } @Override public boolean onQueryTextChange(String newText) {...
2019-08-10 13:18:07.775 27142-27178/tabian.com.actionbar E/AwareLog: AtomicFileUtils: readFileLines file not exist: android.util.AtomicFile@6007e35 2019-08-10 13:18:07.777 27142-27178/tabian.com.actionbar E/AwareLog: AtomicFileUtils: readFileLines file not exist: android.util.AtomicFile@6a812ca 2019-08-10 13:18:07.865 27142-27161/tabian.com.actionbar E/MemoryLeakMonitorManager: MemoryLeakMonitor.jar is not exist! 2019-08-10 13:18:25.223...