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 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<adaptive-icon xmlns : android =" http://schemas.android.com/apk/res/android" >
3
3
<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 >
5
9
</adaptive-icon >
Original file line number Diff line number Diff line change 6
6
<solid android : color =" @color/ic_launcher_background" />
7
7
</shape >
8
8
</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 >
10
14
</layer-list >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 8
8
<item
9
9
android : width =" 300dp"
10
10
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 >
14
17
15
18
</layer-list >
You can’t perform that action at this time.
0 commit comments