change color of temp

This commit is contained in:
smayzy 2025-04-22 18:27:03 +02:00
parent 070c7228c3
commit b232cec888
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
<gradient
android:startColor="#66FF0000"
android:startColor="#F44336"
android:endColor="#00FF0000"
android:angle="-90"/>
</shape>

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<solid android:color="#FF0000"/>
<solid android:color="#F44336"/>
</shape>