Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
godotengine
GitHub Repository: godotengine/godot
Path: blob/master/platform/android/java/lib/res/mipmap-anydpi-v26/icon.xml
10285 views
1
<?xml version="1.0" encoding="utf-8"?>
2
<!--
3
WARNING: The content of this file must always match the constant 'platform/android/export/export_plugin.cpp#ICON_XML_TEMPLATE'.
4
-->
5
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
6
<background android:drawable="@mipmap/icon_background"/>
7
<foreground android:drawable="@mipmap/icon_foreground"/>
8
</adaptive-icon>
9
10