Skip to content

Commit 94aa44b

Browse files
AndyScherzingeralperozturk96
authored andcommitted
style(toolbar): use M3 color for search bar
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
1 parent 03dc62a commit 94aa44b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/owncloud/android/ui/activity/ToolbarActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ private void showHomeSearchToolbar(boolean isShow) {
194194
R.animator.appbar_elevation_off));
195195
mDefaultToolbar.setVisibility(View.GONE);
196196
mHomeSearchToolbar.setVisibility(View.VISIBLE);
197-
viewThemeUtils.material.themeCardView(mHomeSearchToolbar);
197+
viewThemeUtils.material.themeSearchCardView(mHomeSearchToolbar);
198198
viewThemeUtils.material.themeSearchBarText(mSearchText);
199199
} else {
200200
mAppBar.setStateListAnimator(AnimatorInflater.loadStateListAnimator(mAppBar.getContext(),

0 commit comments

Comments
 (0)