change color of temp
This commit is contained in:
parent
070c7228c3
commit
b232cec888
@ -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>
|
||||
@ -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>
|
||||
Loading…
Reference in New Issue
Block a user