From f0747c65cb62c7866119da033c2bc70726053100 Mon Sep 17 00:00:00 2001 From: Docile-Alligator Date: Wed, 1 Jun 2022 15:41:01 +0800 Subject: Use EditText instead of SimpleSearchView in SearchActivity. --- app/build.gradle | 3 --- 1 file changed, 3 deletions(-) (limited to 'app/build.gradle') diff --git a/app/build.gradle b/app/build.gradle index 51ac3203..7e4bbd6d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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' -- cgit v1.2.3