change color scheme

This commit is contained in:
Adler Neves 2020-07-06 02:19:13 -03:00
parent 8978c4e4f6
commit 5b672fcc3a
21 changed files with 177 additions and 13 deletions

6
.idea/compiler.xml Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CompilerConfiguration">
<bytecodeTargetLevel target="11" />
</component>
</project>

View File

@ -39,5 +39,5 @@
</value>
</option>
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" project-jdk-name="11" project-jdk-type="JavaSDK" />
<component name="ProjectRootManager" version="2" languageLevel="JDK_11" default="true" project-jdk-name="11" project-jdk-type="JavaSDK" />
</project>

View File

@ -10,8 +10,8 @@ android {
applicationId "com.adlerosn.brasilfurfest"
minSdkVersion 21
targetSdkVersion 29
versionCode 55
versionName "2020.5.12.0"
versionCode 57
versionName "2020.7.6.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
@ -34,7 +34,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'com.google.android.material:material:1.1.0'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.core:core:1.2.0'
implementation 'androidx.core:core-ktx:1.3.0'
implementation 'androidx.media:media:1.1.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation 'org.jetbrains.anko:anko-commons:0.10.5'

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -11,21 +11,21 @@
android:pathData="m3.0266,4.5511v10.8746c0,6.3871 6.3321,8.6735 12.1257,7.1211 -3.4368,-0.5006 -7.6133,-4.9407 -7.6133,-9.0586 0,-2.4006 1.6133,-3.5588 1.6133,-6.3203 0.004,-0.9328 -0.1537,-1.796 -0.3737,-2.6168z"
android:strokeLineJoin="miter"
android:strokeWidth="1"
android:fillColor="#ffeb66"
android:fillColor="#73e8ff"
android:strokeColor="#00000000"
android:strokeLineCap="butt"/>
<path
android:pathData="m20.948,4.5511v10.8752c0,1.436 -0.3377,3.473 -1.8034,4.9388 -1.283,-0.7408 -4.6094,-3.599 -4.6094,-6.2518 0,-2.2924 1.6367,-3.0856 1.6367,-6.4648 0,-1.1747 -0.3226,-2.0303 -0.6172,-3.0973z"
android:strokeLineJoin="miter"
android:strokeWidth="1"
android:fillColor="#ffeb66"
android:fillColor="#73e8ff"
android:strokeColor="#00000000"
android:strokeLineCap="butt"/>
<path
android:pathData="m9.5525,16.9329 l0.3694,-0.9134 0.7383,1.0391 0.3035,-1.056 0.9348,0.9388 0.3984,-1.1094 0.9297,0.8242 0.2891,-1.118 0.4413,0.6766c1.0401,2.5247 3.3761,4.3009 6.0629,6.1721 -7.7752,0 -10.114,-4.8418 -10.4675,-5.454z"
android:strokeLineJoin="miter"
android:strokeWidth="1"
android:fillColor="#ffeb66"
android:fillColor="#73e8ff"
android:strokeColor="#00000000"
android:strokeLineCap="butt"/>
</group>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.1 KiB

After

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.0 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -12,6 +12,7 @@
-->
<!-- MATERIAL.IO PALLETTE -->
<!--
<color name="material_io_primaryLightColor">#ff77a9</color>
<color name="material_io_primaryColor">#ec407a</color>
<color name="material_io_primaryDarkColor">#b4004e</color>
@ -24,6 +25,21 @@
<color name="material_io_dangerColor">#d32f2f</color>
<color name="material_io_dangerDarkColor">#9a0007</color>
<color name="material_io_primaryTextColor">#ffffff</color>
<color name="material_io_secondaryTextColor">#000000</color>
-->
<color name="material_io_primaryLightColor">#666ad1</color>
<color name="material_io_primaryColor">#303f9f</color>
<color name="material_io_primaryDarkColor">#001970</color>
<color name="material_io_secondaryLightColor">#718792</color>
<color name="material_io_secondaryColor">#455a64</color>
<color name="material_io_secondaryDarkColor">#1c313a</color>
<color name="material_io_dangerLightColor">#ff6659</color>
<color name="material_io_dangerColor">#d32f2f</color>
<color name="material_io_dangerDarkColor">#9a0007</color>
<color name="material_io_primaryTextColor">#ffffff</color>
<color name="material_io_secondaryTextColor">#000000</color>
@ -40,8 +56,10 @@
<color name="colorBase10">#FAFAFA</color>
<color name="colorBase11">@color/material_io_primaryTextColor</color>
<color name="colorBase15">#fffde7</color>
<!--<color name="colorBase17">#f9a825</color>-->
<color name="colorBase17">#7b1fa2</color>
<color name="colorBase17">@color/colorBase17c</color>
<color name="colorBase17a">#f9a825</color>
<color name="colorBase17b">#7b1fa2</color>
<color name="colorBase17c">#29b6f6</color>
<color name="colorBase18">#cfd8dc</color>
<color name="colorBase19">#455a64</color>
<color name="colorBase20">#b0bec5</color>

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="ic_launcher_background">#8F60C8</color>
<color name="ic_launcher_background">#303F9F</color>
</resources>

View File

@ -0,0 +1,70 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
sodipodi:docname="logo_retraced_starcyan.svg"
xml:space="preserve"
style="enable-background:new -499 501 24 24;"
viewBox="-499 501 24 24"
y="0px"
x="0px"
id="Layer_1"
version="1.1"><metadata
id="metadata11"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
id="defs9" /><sodipodi:namedview
inkscape:document-rotation="0"
inkscape:guide-bbox="true"
showguides="true"
inkscape:pagecheckerboard="true"
inkscape:current-layer="Layer_1"
inkscape:window-maximized="1"
inkscape:window-y="27"
inkscape:window-x="0"
inkscape:cy="12.508298"
inkscape:cx="8.0117447"
inkscape:zoom="13.90625"
showgrid="false"
id="namedview7"
inkscape:window-height="1027"
inkscape:window-width="1920"
inkscape:pageshadow="2"
inkscape:pageopacity="0"
guidetolerance="10"
gridtolerance="10"
objecttolerance="10"
borderopacity="1"
bordercolor="#666666"
pagecolor="#ffffff" />
<style
id="style2"
type="text/css">
.st0{fill:#231F20;}
</style>
<g
style="fill:#29b6f6;fill-opacity:1"
transform="matrix(0.94548162,0,0,0.94548162,-26.550494,29.500391)"
id="g820" /><path
sodipodi:nodetypes="ccccccc"
inkscape:connector-curvature="0"
id="path819"
d="m -495.97338,505.55115 v 10.87463 c 0,6.38715 6.33211,8.67348 12.12572,7.12109 -3.43676,-0.50058 -7.61328,-4.94067 -7.61328,-9.05859 0,-2.40062 1.61328,-3.55876 1.61328,-6.32031 0.004,-0.93276 -0.15372,-1.79598 -0.37366,-2.61682 z"
style="fill:#29b6f6;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1" /><path
sodipodi:nodetypes="ccccccc"
inkscape:connector-curvature="0"
id="path856"
d="m -478.05196,505.55115 v 10.87518 c 0,1.43603 -0.33765,3.47296 -1.80345,4.93876 -1.28303,-0.74076 -4.60943,-3.59896 -4.60943,-6.25181 0,-2.29236 1.63672,-3.08559 1.63672,-6.46484 0,-1.1747 -0.3226,-2.0303 -0.61719,-3.09729 z"
style="fill:#29b6f6;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /><path
sodipodi:nodetypes="ccccccccccc"
inkscape:connector-curvature="0"
id="path858"
d="m -489.44749,517.93295 0.36937,-0.91342 0.73828,1.03906 0.3035,-1.056 0.93478,0.93882 0.39844,-1.10938 0.92968,0.82422 0.28913,-1.11804 0.44134,0.67663 c 1.04008,2.52473 3.37613,4.30087 6.06293,6.17207 -7.77525,0 -10.11404,-4.84184 -10.46745,-5.45396 z"
style="fill:#29b6f6;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /></svg>

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@ -0,0 +1,70 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="Layer_1"
x="0px"
y="0px"
viewBox="-499 501 24 24"
style="enable-background:new -499 501 24 24;"
xml:space="preserve"
sodipodi:docname="logo_retraced_starcyanlight.svg"
inkscape:version="1.0 (4035a4fb49, 2020-05-01)"><metadata
id="metadata11"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
id="defs9" /><sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1027"
id="namedview7"
showgrid="false"
inkscape:zoom="13.90625"
inkscape:cx="8.0117447"
inkscape:cy="12.508298"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
inkscape:current-layer="Layer_1"
inkscape:pagecheckerboard="true"
showguides="true"
inkscape:guide-bbox="true"
inkscape:document-rotation="0" />
<style
type="text/css"
id="style2">
.st0{fill:#231F20;}
</style>
<g
id="g820"
transform="matrix(0.94548162,0,0,0.94548162,-26.550494,29.500391)"
style="fill:#73e8ff;fill-opacity:1" /><path
style="fill:#73e8ff;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
d="m -495.97338,505.55115 v 10.87463 c 0,6.38715 6.33211,8.67348 12.12572,7.12109 -3.43676,-0.50058 -7.61328,-4.94067 -7.61328,-9.05859 0,-2.40062 1.61328,-3.55876 1.61328,-6.32031 0.004,-0.93276 -0.15372,-1.79598 -0.37366,-2.61682 z"
id="path819"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccc" /><path
style="fill:#73e8ff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m -478.05196,505.55115 v 10.87518 c 0,1.43603 -0.33765,3.47296 -1.80345,4.93876 -1.28303,-0.74076 -4.60943,-3.59896 -4.60943,-6.25181 0,-2.29236 1.63672,-3.08559 1.63672,-6.46484 0,-1.1747 -0.3226,-2.0303 -0.61719,-3.09729 z"
id="path856"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccc" /><path
style="fill:#73e8ff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m -489.44749,517.93295 0.36937,-0.91342 0.73828,1.03906 0.3035,-1.056 0.93478,0.93882 0.39844,-1.10938 0.92968,0.82422 0.28913,-1.11804 0.44134,0.67663 c 1.04008,2.52473 3.37613,4.30087 6.06293,6.17207 -7.77525,0 -10.11404,-4.84184 -10.46745,-5.45396 z"
id="path858"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccccc" /></svg>

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@ -10,7 +10,7 @@ buildscript {
maven { url 'https://oss.jfrog.org/artifactory/oss-snapshot-local' }
}
dependencies {
classpath 'com.android.tools.build:gradle:4.0.0-beta05'
classpath 'com.android.tools.build:gradle:4.1.0-beta02'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong

View File

@ -1,6 +1,6 @@
#Sun Mar 08 15:39:34 BRT 2020
#Sun Jun 21 19:54:01 BRT 2020
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-rc-1-all.zip