The layout of the research card has been modified

This commit is contained in:
antonio 2022-08-26 21:57:47 +02:00
parent 5f7239391b
commit 64de941899
2 changed files with 23 additions and 11 deletions

View file

@ -115,7 +115,7 @@ public class SearchFragment extends Fragment {
}
private void initSearchView() {
bind.persistentSearchView.setCardBackgroundColor(SurfaceColors.getColorForElevation(requireContext(), 2));
// bind.persistentSearchView.setCardBackgroundColor(SurfaceColors.getColorForElevation(requireContext(), 2));
if (isQueryValid(searchViewModel.getQuery())) {
search(searchViewModel.getQuery());