Skip to content

Commit 2e0e2e5

Browse files
authored
feat(android): adaptive icons in default template (#14052)
1 parent cb69378 commit 2e0e2e5

22 files changed

+7
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
3+
<background android:drawable="@mipmap/ic_launcher_background"/>
4+
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
5+
<monochrome android:drawable="@mipmap/ic_launcher_monochrome"/>
6+
</adaptive-icon>
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

templates/app/default/template/tiapp.xml

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
</ios>
4343
<android xmlns:android="http://schemas.android.com/apk/res/android">
4444
<manifest android:versionCode="1">
45+
<application android:icon="@mipmap/ic_launcher" />
4546
</manifest>
4647
</android>
4748
<modules>

0 commit comments

Comments
 (0)