Scaled notification icon; forced notification color scheme; Updated project to latest gradle

This commit is contained in:
adolfintel
2019-05-14 18:08:46 +02:00
parent 6c65cb36f9
commit 5fb7c3a39a
12 changed files with 17 additions and 33 deletions
-29
View File
@@ -1,29 +0,0 @@
<component name="ProjectCodeStyleConfiguration">
<code_scheme name="Project" version="173">
<Objective-C-extensions>
<file>
<option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Import" />
<option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Macro" />
<option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Typedef" />
<option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Enum" />
<option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Constant" />
<option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Global" />
<option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Struct" />
<option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="FunctionPredecl" />
<option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Function" />
</file>
<class>
<option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Property" />
<option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Synthesize" />
<option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="InitMethod" />
<option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="StaticMethod" />
<option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="InstanceMethod" />
<option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="DeallocMethod" />
</class>
<extensions>
<pair source="cpp" header="h" fileNamingConvention="NONE" />
<pair source="c" header="h" fileNamingConvention="NONE" />
</extensions>
</Objective-C-extensions>
</code_scheme>
</component>
+4
View File
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="Encoding" addBOMForNewFiles="with NO BOM" />
</project>
@@ -4,6 +4,7 @@
android:layout_height="wrap_content"
android:padding="12dp"
android:gravity="center"
android:background="@color/white"
>
@@ -30,6 +31,7 @@
android:gravity="center"
android:text="100%+"
android:id="@+id/leftPodText"
android:textColor="@color/black"
/>
<ProgressBar
@@ -65,6 +67,7 @@
android:gravity="center"
android:text="100%+"
android:id="@+id/rightPodText"
android:textColor="@color/black"
/>
<ProgressBar
@@ -100,6 +103,7 @@
android:gravity="center"
android:text="100%+"
android:id="@+id/podCaseText"
android:textColor="@color/black"
/>
<ProgressBar
@@ -4,6 +4,7 @@
android:layout_height="wrap_content"
android:padding="12dp"
android:gravity="center"
android:background="@color/white"
>
<RelativeLayout
@@ -29,6 +30,7 @@
android:gravity="center_vertical"
android:text="100%+"
android:id="@+id/leftPodText"
android:textColor="@color/black"
/>
<ProgressBar
@@ -65,6 +67,7 @@
android:gravity="center_vertical"
android:text="100%+"
android:id="@+id/rightPodText"
android:textColor="@color/black"
/>
<ProgressBar
@@ -101,6 +104,7 @@
android:gravity="center_vertical"
android:text="100%+"
android:id="@+id/podCaseText"
android:textColor="@color/black"
/>
<ProgressBar
Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.0 KiB

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.8 KiB

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.1 KiB

After

Width:  |  Height:  |  Size: 7.3 KiB

+2 -1
View File
@@ -3,5 +3,6 @@
<color name="colorPrimary">#448aff</color>
<color name="colorPrimaryDark">#0d47a1</color>
<color name="colorAccent">#448aff</color>
<color name="white">#ffffff</color>
<color name="black">#000000</color>
</resources>
+1 -1
View File
@@ -7,7 +7,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:3.3.2'
classpath 'com.android.tools.build:gradle:3.4.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
+2 -2
View File
@@ -1,6 +1,6 @@
#Tue Mar 12 08:48:48 CET 2019
#Tue May 14 16:46:59 CEST 2019
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip