From fffbb3c4212104c5b147607df7d751f807607111 Mon Sep 17 00:00:00 2001 From: CappielloAntonio Date: Mon, 10 Jan 2022 12:45:49 +0100 Subject: [PATCH] Removed fixed colors --- app/src/main/res/layout/fragment_search.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/src/main/res/layout/fragment_search.xml b/app/src/main/res/layout/fragment_search.xml index 04f8d506..939dae31 100644 --- a/app/src/main/res/layout/fragment_search.xml +++ b/app/src/main/res/layout/fragment_search.xml @@ -22,12 +22,7 @@ app:isProgressBarEnabled="true" app:isVoiceInputButtonEnabled="false" app:leftButtonDrawable="@drawable/ic_search" - app:progressBarColor="@color/colorAccent" - app:queryInputBarIconColor="@color/darkIconColor" - app:queryInputCursorColor="@color/colorAccent" app:queryInputHint="@string/search_hint" - app:queryInputHintColor="@color/hintTextColor" - app:queryInputTextColor="@color/hintTextColor" app:shouldDimBehind="true" app:suggestionIconColor="@color/suggestionIconColor" app:suggestionRecentSearchIconColor="@color/suggestionIconColor"