mirror of
https://github.com/adolfintel/OpenPods.git
synced 2026-09-14 14:56:11 -04:00
Merge pull request #69 from Electric1447/master
Workaround for Dark Mode on SDK < 29
This commit is contained in:
@@ -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,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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user