fixed initial accent color

This commit is contained in:
Jannik 2019-04-02 13:23:37 +02:00
parent f9ac219ec6
commit 9fc897e194
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ class MainActivity : AppCompatActivity(), NavigationView.OnNavigationItemSelecte
Aesthetic.config {
colorPrimary(Color.BLACK)
colorPrimaryDark(Color.BLACK)
colorAccent(Color.parseColor("#FF1744"))
colorAccent(Color.parseColor("#3F51B5"))
apply()
}