fixed status bar color in dark theme

This commit is contained in:
Mariotaku Lee 2014-12-02 00:07:05 +08:00
parent f26db18748
commit fd8e90aa65
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ public class LinkHandlerActivity extends BaseSupportActivity implements OnClickL
}
default: {
mMainContent.setDrawShadow(false);
mMainContent.setDrawColor(true);
mMainContent.setDrawColor(!ThemeUtils.isDarkTheme(getCurrentThemeResourceId()));
mMainContent.setFactor(1);
final int color = ThemeUtils.getUserAccentColor(this);
final int alpha = ThemeUtils.getThemeAlpha(this);