Skip to content
This repository was archived by the owner on Nov 21, 2024. It is now read-only.

Commit 49410c7

Browse files
committed
Updated launcher icon.
Change-Id: Ibae4aab2266ec951b57e6087d34ea4feadaa327d
1 parent 83da7f4 commit 49410c7

File tree

16 files changed

+59
-114
lines changed

16 files changed

+59
-114
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
android:icon="@mipmap/ic_launcher"
2626
android:label="@string/app_name"
2727
android:name="OwlApplication"
28-
android:roundIcon="@mipmap/ic_launcher_round"
2928
android:supportsRtl="true"
3029
android:theme="@style/Owl"
3130
tools:ignore="GoogleAppIndexingWarning">

app/src/main/res/drawable-v24/ic_launcher_foreground.xml

Lines changed: 0 additions & 34 deletions
This file was deleted.
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
Copyright (c) 2019 Google Inc.
4+
5+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
6+
in compliance with the License. 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 distributed under the License
11+
is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
12+
or implied. See the License for the specific language governing permissions and limitations under
13+
the License.
14+
-->
15+
<vector
16+
xmlns:android="http://schemas.android.com/apk/res/android"
17+
android:width="108dp"
18+
android:height="108dp"
19+
android:viewportWidth="192"
20+
android:viewportHeight="192">
21+
<path
22+
android:fillColor="#1041fb"
23+
android:fillType="evenOdd"
24+
android:pathData="M0,0h192v192h-192z"/>
25+
<path
26+
android:fillColor="#U"
27+
android:fillType="evenOdd"
28+
android:pathData="M112.942,67.116C107.382,63.952 100.899,63.166 94.688,64.905C88.493,66.638 83.337,70.662 80.165,76.233C80.153,76.259 80.103,76.354 80.091,76.379C80.061,76.439 79.97,76.609 79.591,77.276L57.193,116.608C56.999,116.945 56.95,117.345 57.052,117.72C57.154,118.092 57.402,118.411 57.74,118.603C65.984,123.295 74.465,125.561 82.58,125.561C97.876,125.561 111.858,117.5 120.433,102.43C120.469,102.368 120.498,102.302 120.524,102.237C120.857,101.655 121.047,101.323 121.153,101.141C121.189,101.091 121.224,101.039 121.255,100.984C128.044,89.053 124.238,73.543 112.942,67.116"
29+
/>
30+
</vector>
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
Copyright (c) 2019 Google Inc.
4+
5+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
6+
in compliance with the License. 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 distributed under the License
11+
is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
12+
or implied. See the License for the specific language governing permissions and limitations under
13+
the License.
14+
-->
15+
<vector
16+
xmlns:android="http://schemas.android.com/apk/res/android"
17+
android:width="108dp"
18+
android:height="108dp"
19+
android:viewportWidth="192"
20+
android:viewportHeight="192">
21+
<path
22+
android:fillColor="#ffde03"
23+
android:fillType="evenOdd"
24+
android:pathData="M123.354,75.519L134.834,86.999C135.225,87.389 135.225,88.022 134.834,88.413L123.354,99.893C122.964,100.284 122.33,100.284 121.94,99.893L110.46,88.413C110.069,88.022 110.069,87.389 110.46,86.999L121.94,75.519C122.33,75.128 122.964,75.128 123.354,75.519Z"/>
25+
<path
26+
android:fillColor="#ff0366"
27+
android:fillType="evenOdd"
28+
android:pathData="M112.942,67.116C107.382,63.952 100.899,63.166 94.688,64.905C88.493,66.638 83.337,70.662 80.165,76.233C80.153,76.259 80.103,76.354 80.091,76.379C80.061,76.439 79.97,76.609 79.591,77.276L57.193,116.608C56.999,116.945 56.95,117.345 57.052,117.72C57.154,118.092 57.402,118.411 57.74,118.603C65.984,123.295 74.465,125.561 82.58,125.561C97.876,125.561 111.858,117.5 120.433,102.43C120.469,102.368 120.498,102.302 120.524,102.237C120.857,101.655 121.047,101.323 121.153,101.141C121.189,101.091 121.224,101.039 121.255,100.984C128.044,89.053 124.238,73.543 112.942,67.116"/>
29+
</vector>

app/src/main/res/drawable/ic_launcher_background.xml

Lines changed: 0 additions & 74 deletions
This file was deleted.

app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml

Lines changed: 0 additions & 5 deletions
This file was deleted.

app/src/main/res/mipmap-hdpi/ic_launcher.png

100644100755
1.93 KB
Loading
Binary file not shown.

app/src/main/res/mipmap-mdpi/ic_launcher.png

100644100755
720 Bytes
Loading
Binary file not shown.

0 commit comments

Comments
 (0)