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"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
<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"/>
|
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
|
||||||
</adaptive-icon>
|
</adaptive-icon>
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
<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"/>
|
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
|
||||||
</adaptive-icon>
|
</adaptive-icon>
|
|
@ -2,6 +2,8 @@
|
||||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||||
<!-- https://material.io/resources/color/ -->
|
<!-- https://material.io/resources/color/ -->
|
||||||
|
|
||||||
|
<color name="colorDebug">#bc3f3f</color>
|
||||||
|
|
||||||
<color name="colorReadLight">#b3000000</color>
|
<color name="colorReadLight">#b3000000</color>
|
||||||
<color name="colorUnreadLight">#ff000000</color>
|
<color name="colorUnreadLight">#ff000000</color>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue