1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-03-15 08:29:24 +00:00

Light from above

This commit is contained in:
M66B 2022-11-15 08:11:31 +01:00
parent 78aa98a171
commit c15b4167b9
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:angle="-45"
android:angle="135"
android:endColor="@android:color/system_accent1_300"
android:startColor="@android:color/system_accent1_700"
android:type="linear" />

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:angle="-45"
android:angle="135"
android:endColor="#4fc3f7"
android:startColor="#0288d1"
android:type="linear" />