This repository was archived by the owner on Aug 24, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +16
-38
lines changed Expand file tree Collapse file tree 4 files changed +16
-38
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<adaptive-icon xmlns : android =" http://schemas.android.com/apk/res/android" >
33 <background android : drawable =" @color/ic_launcher_background" />
4- <foreground android : drawable =" @drawable/ic_logo_color_108dp" />
4+ <foreground >
5+ <inset
6+ android : inset =" 20dp"
7+ android : drawable =" @drawable/ic_logo_color_24dp" />
8+ </foreground >
59</adaptive-icon >
Original file line number Diff line number Diff line change 66 <solid android : color =" @color/ic_launcher_background" />
77 </shape >
88 </item >
9- <item android : drawable =" @drawable/ic_logo_color_108dp" />
9+ <item >
10+ <inset
11+ android : drawable =" @drawable/ic_logo_color_24dp"
12+ android : inset =" 8dp" />
13+ </item >
1014</layer-list >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 88 <item
99 android : width =" 300dp"
1010 android : height =" 300dp"
11- android : drawable =" @drawable/ic_logo_color_108dp"
12- android : gravity =" center_vertical|center_horizontal"
13- tools : targetApi =" m" />
11+ android : gravity =" center"
12+ tools : targetApi =" m" >
13+ <inset
14+ android : drawable =" @drawable/ic_logo_color_24dp"
15+ android : inset =" 20dp" />
16+ </item >
1417
1518</layer-list >
You can’t perform that action at this time.
0 commit comments