Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
wiseplat
GitHub Repository: wiseplat/python-code
Path: blob/master/ invest-robot-contest_NeuroInvest-main/NeuroInvestAndroid/app/src/main/res/values/themes.xml
7789 views
1
<resources xmlns:tools="http://schemas.android.com/tools">
2
<!-- Base application theme. -->
3
<style name="Theme.NeuroInvestAndroid" parent="Theme.MaterialComponents.DayNight.NoActionBar">
4
<!-- Primary brand color. -->
5
<item name="colorPrimary">@color/purple_500</item>
6
<item name="colorPrimaryVariant">@color/purple_700</item>
7
<item name="colorOnPrimary">@color/white</item>
8
<!-- Secondary brand color. -->
9
<item name="colorSecondary">@color/teal_200</item>
10
<item name="colorSecondaryVariant">@color/teal_700</item>
11
<item name="colorOnSecondary">@color/black</item>
12
<!-- Status bar color. -->
13
<item name="android:statusBarColor" >?attr/colorPrimaryVariant</item>
14
<!-- Customize your theme here. -->
15
</style>
16
</resources>
17