Added black and white theme

This commit is contained in:
M66B
2020-08-14 14:37:00 +02:00
parent 11c0401795
commit 32a19051b2
6 changed files with 45 additions and 0 deletions

View File

@@ -173,6 +173,10 @@ abstract class ActivityBase extends AppCompatActivity implements SharedPreferenc
setTheme(R.style.AppThemeBlack);
break;
case "black_and_white":
setTheme(R.style.AppThemeBlackAndWhite);
break;
// System
case "system":
case "blue_orange_system":