Added black (AMOLED) theme
This commit is contained in:
parent
44f162c160
commit
0dc5c1e17d
8 changed files with 36 additions and 7 deletions
|
|
@ -104,6 +104,8 @@ public final class PreferenceUtil {
|
|||
return R.style.Theme_MaterialMusic_Light;
|
||||
case 1:
|
||||
return R.style.Theme_MaterialMusic;
|
||||
case 2:
|
||||
return R.style.Theme_MaterialMusic_Black;
|
||||
}
|
||||
} catch (NumberFormatException ignored) {
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue