Renamed the themes internally

This commit is contained in:
Karim Abou Zeid 2015-12-29 15:12:47 +01:00
commit 1383d9eb82
8 changed files with 24 additions and 24 deletions

View file

@ -53,7 +53,7 @@ public abstract class AbsThemeActivity extends AppCompatActivity implements KabV
}
private void setupTheme() {
boolean dark = theme != R.style.Theme_MaterialMusic_Light;
boolean dark = theme != R.style.Theme_Phonograph_Light;
colorPrimary = PreferenceUtil.getInstance(this).getThemeColorPrimary(this);
colorPrimaryDarker = ColorUtil.shiftColorDown(colorPrimary);