fixed status bar color in dark theme
This commit is contained in:
parent
f26db18748
commit
fd8e90aa65
|
@ -189,7 +189,7 @@ public class LinkHandlerActivity extends BaseSupportActivity implements OnClickL
|
||||||
}
|
}
|
||||||
default: {
|
default: {
|
||||||
mMainContent.setDrawShadow(false);
|
mMainContent.setDrawShadow(false);
|
||||||
mMainContent.setDrawColor(true);
|
mMainContent.setDrawColor(!ThemeUtils.isDarkTheme(getCurrentThemeResourceId()));
|
||||||
mMainContent.setFactor(1);
|
mMainContent.setFactor(1);
|
||||||
final int color = ThemeUtils.getUserAccentColor(this);
|
final int color = ThemeUtils.getUserAccentColor(this);
|
||||||
final int alpha = ThemeUtils.getThemeAlpha(this);
|
final int alpha = ThemeUtils.getThemeAlpha(this);
|
||||||
|
|
Loading…
Reference in New Issue