Skip to content

Commit e0d4401

Browse files
authored
Merge pull request #420 from DevKor-github/codexd/configure-app-icons
[codex] Configure mobile app icons
2 parents 74073b2 + b4fb4e8 commit e0d4401

38 files changed

Lines changed: 55 additions & 122 deletions
16.1 KB
Loading
8.72 KB
Loading
21.2 KB
Loading
35.7 KB
Loading
51 KB
Loading
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
3+
<background android:drawable="@color/ic_launcher_background"/>
4+
<foreground>
5+
<inset
6+
android:drawable="@drawable/ic_launcher_foreground"
7+
android:inset="16%" />
8+
</foreground>
9+
</adaptive-icon>
-579 Bytes
Loading
-2.74 KB
Loading
1.34 KB
Loading
6.59 KB
Loading

0 commit comments

Comments
 (0)