mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-24 10:35:19 +00:00
eed2c6ec4c
Also moved our non-adaptive app icon into the mipmap folders, which is where they should be. Fixes #7607
5 lines
257 B
XML
5 lines
257 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<background android:drawable="@color/signal_primary"/>
|
|
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
|
|
</adaptive-icon> |