|
@@ -1,33 +1,5 @@
|
1
|
|
-<!--
|
2
|
|
- Copyright 2019 Google Inc. All Rights Reserved.
|
3
|
|
-
|
4
|
|
- Licensed under the Apache License, Version 2.0 (the "License");
|
5
|
|
- you may not use this file except in compliance with the License.
|
6
|
|
- You may obtain a copy of the License at
|
7
|
|
-
|
8
|
|
- http://www.apache.org/licenses/LICENSE-2.0
|
9
|
|
-
|
10
|
|
- Unless required by applicable law or agreed to in writing, software
|
11
|
|
- distributed under the License is distributed on an "AS IS" BASIS,
|
12
|
|
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13
|
|
- See the License for the specific language governing permissions and
|
14
|
|
- limitations under the License.
|
15
|
|
--->
|
16
|
|
-<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"
|
17
|
|
- xmlns:aapt="http://schemas.android.com/aapt">
|
18
|
|
- <background>
|
19
|
|
- <layer-list>
|
20
|
|
- <item android:drawable="@android:color/white" />
|
21
|
|
- <!--
|
22
|
|
- The paddings below give the icons a similar proportion as the
|
23
|
|
- icon generated by WebAPKs.
|
24
|
|
- -->
|
25
|
|
- <item android:drawable="@mipmap/ic_maskable"
|
26
|
|
- android:top="8.5dp"
|
27
|
|
- android:right="8.5dp"
|
28
|
|
- android:left="8.5dp"
|
29
|
|
- android:bottom="8.5dp" />
|
30
|
|
- </layer-list>
|
31
|
|
- </background>
|
32
|
|
- <foreground android:drawable="@android:color/transparent" />
|
33
|
|
-</adaptive-icon>
|
|
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 android:drawable="@mipmap/ic_launcher_foreground"/>
|
|
5
|
+</adaptive-icon>
|