added correct logo
This commit is contained in:
parent
96111a40b2
commit
6bae48d22d
31 changed files with 108 additions and 2 deletions
5
ClimateGoApp/app/src/main/res/mipmap-anydpi-v26/logo.xml
Normal file
5
ClimateGoApp/app/src/main/res/mipmap-anydpi-v26/logo.xml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@color/logo_background"/>
|
||||
<foreground android:drawable="@drawable/logo_foreground"/>
|
||||
</adaptive-icon>
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@color/logo_background"/>
|
||||
<foreground android:drawable="@drawable/logo_foreground"/>
|
||||
</adaptive-icon>
|
||||
Loading…
Add table
Add a link
Reference in a new issue