Use EditText instead of SimpleSearchView in SearchActivity.

This commit is contained in:
Docile-Alligator
2022-06-01 15:41:01 +08:00
parent adb77f44d0
commit f0747c65cb
11 changed files with 64 additions and 93 deletions

View File

@@ -164,9 +164,6 @@ dependencies {
// Loading ProgressBar
implementation 'com.lsjwzh:materialloadingprogressbar:0.5.8-RELEASE'
// SearchView
implementation 'com.github.Ferfalk:SimpleSearchView:0.2.0'
// Customizable TextView
implementation 'com.libRG:customtextview:2.4'