Skip to content

Commit bf2ffac

Browse files
style(toolbar): use M3 color for search bar
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
1 parent f48d05d commit bf2ffac

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)