Fix icons
This commit is contained in:
parent
7e8054eab9
commit
f53079117d
12 changed files with 181 additions and 15 deletions
|
@ -43,7 +43,7 @@ class App : MultiDexApplication() {
|
|||
// default theme
|
||||
if (!ThemeStore.isConfigured(this, 3)) {
|
||||
ThemeStore.editTheme(this)
|
||||
.accentColorRes(R.color.md_green_A200)
|
||||
.accentColorRes(R.color.md_deep_purple_A200)
|
||||
.coloredNavigationBar(true)
|
||||
.commit()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue