Tiny player update
This commit is contained in:
parent
1270912d29
commit
147b8b5292
16 changed files with 84 additions and 77 deletions
|
@ -226,9 +226,12 @@ public final class ToolbarContentTintHelper {
|
|||
}
|
||||
|
||||
@SuppressWarnings("unchecked")
|
||||
public static void setToolbarContentColor(@NonNull Context context, Toolbar toolbar,
|
||||
@Nullable Menu menu, final @ColorInt int toolbarContentColor,
|
||||
final @ColorInt int titleTextColor, final @ColorInt int subtitleTextColor,
|
||||
public static void setToolbarContentColor(@NonNull Context context,
|
||||
Toolbar toolbar,
|
||||
@Nullable Menu menu,
|
||||
final @ColorInt int toolbarContentColor,
|
||||
final @ColorInt int titleTextColor,
|
||||
final @ColorInt int subtitleTextColor,
|
||||
final @ColorInt int menuWidgetColor) {
|
||||
if (toolbar == null) {
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue