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:
parent
78aa98a171
commit
c15b4167b9
2 changed files with 2 additions and 2 deletions
|
@ -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" />
|
||||
|
|
|
@ -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" />
|
||||
|
|
Loading…
Add table
Reference in a new issue