Fixed kabouzeid/phonograph-issue-tracker#29, toolbar text is white in about section while using light themes.
This commit is contained in:
parent
f9f7ce3e75
commit
55f8800f89
2 changed files with 11 additions and 0 deletions
|
|
@ -146,6 +146,9 @@ public class ViewUtil {
|
|||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* Call this in {@link android.app.Activity#onCreateOptionsMenu(Menu)} and everywhere where the toolbar color is changed.
|
||||
*/
|
||||
public static void setToolbarContentColorForBackground(@NonNull Context context, @Nullable Toolbar toolbar, @ColorInt final int backgroundColor) {
|
||||
ViewUtil.setToolbarContentDark(context, toolbar, ColorUtil.useDarkTextColorOnBackground(backgroundColor));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue