mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-15 02:57:04 +05:30
11 lines
491 B
XML
11 lines
491 B
XML
<!--
|
|
~ Copyright © 2023 Harsh Shandilya.
|
|
~ Use of this source code is governed by an MIT-style
|
|
~ license that can be found in the LICENSE file or at
|
|
~ https://opensource.org/licenses/MIT.
|
|
-->
|
|
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<background android:drawable="@color/ic_launcher_background"/>
|
|
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
|
|
<monochrome android:drawable="@drawable/ic_launcher_foreground"/>
|
|
</adaptive-icon>
|