You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (ColorUtil.INSTANCE.isColorDark(mainColor)) { // Dark brand color
124
129
if (NotesColorUtil.contrastRatioIsSufficient(mainColor, colorPrimary)) { // But also dark text
@@ -162,7 +167,8 @@ public void themeSearchCardView(@NonNull MaterialCardView searchBarWrapper) {
162
167
}
163
168
164
169
/**
165
-
* @deprecated Should be replaced with {@link com.google.android.material.search.SearchBar} or {@link MaterialViewThemeUtils#themeToolbar(MaterialToolbar)}
170
+
* @deprecated Should be replaced with {@link com.google.android.material.search.SearchBar} or
0 commit comments