mirror of
https://github.com/yairm210/Unciv.git
synced 2025-01-10 07:16:54 +07:00
345114ed93
* Use both icon and roundIcon properties * Studio-generated Android Icon * Studio-generated Android Icon to fastlane Co-authored-by: JackRainy <JackRainy@users.noreply.github.com>
5 lines
249 B
XML
5 lines
249 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<background android:drawable="@color/uncivicon_back"/>
|
|
<foreground android:drawable="@mipmap/uncivicon_fore"/>
|
|
</adaptive-icon> |