mirror of https://github.com/M66B/FairEmail.git
Debug color
This commit is contained in:
parent
48a027797d
commit
6291aeba2e
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@color/lightRedPrimaryDark"/>
|
||||
<background android:drawable="@color/colorDebug"/>
|
||||
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
|
||||
</adaptive-icon>
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@color/lightRedPrimaryDark"/>
|
||||
<background android:drawable="@color/colorDebug"/>
|
||||
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
|
||||
</adaptive-icon>
|
|
@ -2,6 +2,8 @@
|
|||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<!-- https://material.io/resources/color/ -->
|
||||
|
||||
<color name="colorDebug">#bc3f3f</color>
|
||||
|
||||
<color name="colorReadLight">#b3000000</color>
|
||||
<color name="colorUnreadLight">#ff000000</color>
|
||||
|
||||
|
|
Loading…
Reference in New Issue