TF-266 Change TMail app logo to the new one

This commit is contained in:
dab246
2022-02-16 18:07:54 +07:00
committed by Dat H. Pham
parent bf860ee4d0
commit 5c8971763a
72 changed files with 71 additions and 46 deletions
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Modify this file to customize your launch splash screen -->
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@android:color/white" />
<item android:gravity="center" android:drawable="@drawable/ic_launcher_foreground" />
<item android:drawable="@color/ic_launcher_background" />
<item android:gravity="center" android:drawable="@mipmap/ic_launcher_foreground" />
</layer-list>