color changes to use a darker theme
This commit is contained in:
parent
31e1d75fe0
commit
e18d0ba99d
@ -66,7 +66,7 @@
|
||||
android:layout_marginTop="16dp"
|
||||
android:layout_marginEnd="16dp"
|
||||
android:layout_marginBottom="8dp"
|
||||
android:background="@android:color/white"
|
||||
android:background="@color/colorBackground"
|
||||
app:layout_constraintTop_toBottomOf="@id/temp_circle"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
@ -80,7 +80,7 @@
|
||||
android:layout_marginTop="8dp"
|
||||
android:layout_marginEnd="16dp"
|
||||
android:layout_marginBottom="16dp"
|
||||
android:background="@android:color/white"
|
||||
android:background="@color/colorBackground"
|
||||
app:layout_constraintTop_toBottomOf="@id/temp_chart"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<color name="colorPrimary_light">#00246B</color>
|
||||
<color name="colorPrimary_dark">#CADCFC</color>
|
||||
<color name="colorAccent">#97BAF8</color>
|
||||
<color name="colorBackground">#97BAF8</color>
|
||||
<color name="colorPrimary_light">#3D2F71</color>
|
||||
<color name="colorPrimary_dark">#141118</color>
|
||||
<color name="colorAccent">#343434</color>
|
||||
<color name="colorBackground">#141118</color>
|
||||
</resources>
|
||||
Loading…
Reference in New Issue
Block a user