new logo added, primary screen design update

- logo of app and notification updated to
  new orange design
- primary screen has prettier colors now
  and larger text for sender information
This commit is contained in:
2022-01-06 18:24:55 +01:00
parent a72cc71cd9
commit 538974c6f6
40 changed files with 53 additions and 215 deletions

View File

@ -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="@drawable/ic_launcher_background" />
<foreground android:drawable="@drawable/ic_launcher_foreground" />
<background android:drawable="@color/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
</adaptive-icon>