Merge pull request #69 from Electric1447/master

Workaround for Dark Mode on SDK < 29
This commit is contained in:
Federico Dossena
2020-05-26 07:05:40 +02:00
committed by GitHub
7 changed files with 11 additions and 3 deletions
@@ -2,6 +2,7 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="120dp"
android:background="@color/bgColorPrimary"
android:gravity="center"
android:padding="12dp">
@@ -2,6 +2,7 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="70dp"
android:background="@color/bgColorPrimary"
android:gravity="center"
android:padding="12dp">
@@ -3,6 +3,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/bgColorPrimary"
android:gravity="center"
android:padding="12dp"
tools:ignore="RtlHardcoded,ContentDescription">
@@ -3,6 +3,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/bgColorPrimary"
android:gravity="center"
android:padding="12dp"
tools:ignore="RtlHardcoded,ContentDescription">
@@ -3,7 +3,9 @@
<color name="colorPrimary" >#448AFF</color>
<color name="colorPrimaryDark" >#0D47A1</color>
<color name="colorAccent" >#448AFF</color>
<color name="textColorPrimary" >#FFFFFF</color>
<color name="textColorPrimary" >#FFF</color>
<color name="bgColorPrimary" >#000</color>
<color name="white">#FFFFFF</color>
<color name="black">#000000</color>
+3 -1
View File
@@ -3,7 +3,9 @@
<color name="colorPrimary" >#448AFF</color>
<color name="colorPrimaryDark" >#0D47A1</color>
<color name="colorAccent" >#448AFF</color>
<color name="textColorPrimary" >#000000</color>
<color name="textColorPrimary" >#000</color>
<color name="bgColorPrimary" >#FFF</color>
<color name="white">#FFFFFF</color>
<color name="black">#000000</color>
+1 -1
View File
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.3-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.4.1-all.zip