Debug color

This commit is contained in:
M66B 2020-07-15 09:47:20 +02:00
parent 48a027797d
commit 6291aeba2e
3 changed files with 4 additions and 2 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>