Skip to content

Commit

Permalink
fixed primary color to match congress and 36c3.c3nav.de design
Browse files Browse the repository at this point in the history
  • Loading branch information
evilscientress committed Dec 17, 2019
1 parent 5184c72 commit ad23366
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CongressRoutePlanner/app/build.gradle
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'

ext.versionMajor = 4
ext.versionMinor = 1
ext.versionPatch = 0
ext.versionPatch = 1
ext.minimumSdkVersion = 14

android {
Expand Down
2 changes: 1 addition & 1 deletion CongressRoutePlanner/app/src/main/res/values/colors.xml
Expand Up @@ -2,7 +2,7 @@
<resources>
<color name="colorPrimary">#000000</color>
<color name="colorPrimaryDark">#000000</color>
<color name="colorAccent">#009982</color>
<color name="colorAccent">#00bb31</color>
<color name="splashScreenBackground">#000000</color>
<color name="colorWarning">#ff5900</color>
</resources>

0 comments on commit ad23366

Please sign in to comment.