Skip to content

Commit 97c1455

Browse files
authored
[All] Icons for Android and iOS. (#69)
1 parent f01349a commit 97c1455

34 files changed

+159
-15
lines changed

mdc_100_series/android/app/src/main/AndroidManifest.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@
1414
FlutterApplication and put your custom class here. -->
1515
<application
1616
android:name="io.flutter.app.FlutterApplication"
17-
android:label="mdc_100_series"
18-
android:icon="@mipmap/ic_launcher">
17+
android:label="@string/shr_app_name"
18+
android:icon="@mipmap/ic_launcher"
19+
android:roundIcon="@mipmap/ic_launcher_round">
1920
<activity
2021
android:name=".MainActivity"
2122
android:launchMode="singleTop"
Lines changed: 129 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,129 @@
1+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2+
xmlns:aapt="http://schemas.android.com/aapt"
3+
android:width="24dp"
4+
android:height="24dp"
5+
android:viewportWidth="108"
6+
android:viewportHeight="108">
7+
<path
8+
android:fillColor="#442C2E"
9+
android:fillType="evenOdd"
10+
android:pathData="M47.54,56.79L52.92,56.79L52.92,64.97L47.54,56.79ZM42.92,49.77L52.92,49.77L52.92,54.63L46.12,54.63L42.92,49.77ZM55.08,49.77L65.08,49.77L55.08,64.97L55.08,49.77ZM60.93,44.53L64.3,47.61L60.93,47.61L60.93,44.53ZM48.57,43.16L58.77,43.16L58.77,47.61L43.7,47.61L48.57,43.16ZM47.73,41L39.51,48.51L54,70.55L68.5,48.52L60.27,41L47.73,41Z"
11+
android:strokeWidth="1"
12+
android:strokeColor="#00000000" />
13+
<path
14+
android:fillAlpha="0.2"
15+
android:fillColor="#263238"
16+
android:fillType="evenOdd"
17+
android:pathData="M48.57,42.86l-4.87,4.45l0.32,0l4.55,-4.15l10.2,0l0,-0.3z"
18+
android:strokeWidth="1"
19+
android:strokeAlpha="0.2"
20+
android:strokeColor="#00000000" />
21+
<path
22+
android:fillAlpha="0.2"
23+
android:fillColor="#263238"
24+
android:fillType="evenOdd"
25+
android:pathData="M47.54,56.49l0.19,0.3l5.19,0l0,-0.3z"
26+
android:strokeWidth="1"
27+
android:strokeAlpha="0.2"
28+
android:strokeColor="#00000000" />
29+
<path
30+
android:fillAlpha="0.2"
31+
android:fillColor="#263238"
32+
android:fillType="evenOdd"
33+
android:pathData="M42.92,49.47l0.19,0.3l9.81,0l0,-0.3z"
34+
android:strokeWidth="1"
35+
android:strokeAlpha="0.2"
36+
android:strokeColor="#00000000" />
37+
<path
38+
android:fillAlpha="0.2"
39+
android:fillColor="#263238"
40+
android:fillType="evenOdd"
41+
android:pathData="M54,70.25l-14.37,-21.85l-0.13,0.11l14.5,22.04l14.5,-22.04l-0.13,-0.11z"
42+
android:strokeWidth="1"
43+
android:strokeAlpha="0.2"
44+
android:strokeColor="#00000000" />
45+
<path
46+
android:fillAlpha="0.2"
47+
android:fillColor="#263238"
48+
android:fillType="evenOdd"
49+
android:pathData="M55.08,49.47l0,0.3l9.81,0l0.19,-0.3z"
50+
android:strokeWidth="1"
51+
android:strokeAlpha="0.2"
52+
android:strokeColor="#00000000" />
53+
<path
54+
android:fillAlpha="0.2"
55+
android:fillColor="#263238"
56+
android:fillType="evenOdd"
57+
android:pathData="M60.93,44.24l0,0.29l3.05,2.78l0.32,0z"
58+
android:strokeWidth="1"
59+
android:strokeAlpha="0.2"
60+
android:strokeColor="#00000000" />
61+
<path
62+
android:fillAlpha="0.2"
63+
android:fillColor="#FFFFFF"
64+
android:fillType="evenOdd"
65+
android:pathData="M64.3,47.9l-0.32,-0.29l-3.05,0l0,0.29z"
66+
android:strokeWidth="1"
67+
android:strokeAlpha="0.2"
68+
android:strokeColor="#00000000" />
69+
<path
70+
android:fillAlpha="0.2"
71+
android:fillColor="#FFFFFF"
72+
android:fillType="evenOdd"
73+
android:pathData="M47.73,41.3l12.54,0l8.1,7.4l0.13,-0.19l-8.23,-7.51l-12.54,0l-8.23,7.51l0.13,0.19z"
74+
android:strokeWidth="1"
75+
android:strokeAlpha="0.2"
76+
android:strokeColor="#00000000" />
77+
<path
78+
android:fillAlpha="0.2"
79+
android:fillColor="#FFFFFF"
80+
android:fillType="evenOdd"
81+
android:pathData="M55.08,65.26l10,-15.19l-0.19,0l-9.81,14.9z"
82+
android:strokeWidth="1"
83+
android:strokeAlpha="0.2"
84+
android:strokeColor="#00000000" />
85+
<path
86+
android:fillAlpha="0.2"
87+
android:fillColor="#FFFFFF"
88+
android:fillType="evenOdd"
89+
android:pathData="M46.12,54.92l6.8,0l0,-0.29l-6.8,0l-3.01,-4.56l-0.19,0z"
90+
android:strokeWidth="1"
91+
android:strokeAlpha="0.2"
92+
android:strokeColor="#00000000" />
93+
<path
94+
android:fillAlpha="0.2"
95+
android:fillColor="#FFFFFF"
96+
android:fillType="evenOdd"
97+
android:pathData="M58.77,47.9l0,-0.29l-14.75,0l-0.32,0.29z"
98+
android:strokeWidth="1"
99+
android:strokeAlpha="0.2"
100+
android:strokeColor="#00000000" />
101+
<path
102+
android:fillAlpha="0.2"
103+
android:fillColor="#FFFFFF"
104+
android:fillType="evenOdd"
105+
android:pathData="M52.92,65.26l0,-0.29l-5.19,-7.89l-0.19,0z"
106+
android:strokeWidth="1"
107+
android:strokeAlpha="0.2"
108+
android:strokeColor="#00000000" />
109+
<path
110+
android:fillType="nonZero"
111+
android:pathData="M0,0h108v108h-108z"
112+
android:strokeWidth="1"
113+
android:strokeColor="#00000000">
114+
<aapt:attr name="android:fillColor">
115+
<gradient
116+
android:centerX="0.1769"
117+
android:centerY="0.4947"
118+
android:gradientRadius="104.7369"
119+
android:type="radial">
120+
<item
121+
android:color="#19FFFFFF"
122+
android:offset="0" />
123+
<item
124+
android:color="#00FFFFFF"
125+
android:offset="1" />
126+
</gradient>
127+
</aapt:attr>
128+
</path>
129+
</vector>
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2+
android:width="24dp"
3+
android:height="24dp"
4+
android:viewportWidth="108"
5+
android:viewportHeight="108">
6+
<path
7+
android:fillColor="#FEDBD0"
8+
android:fillType="nonZero"
9+
android:pathData="M0,0h108v108h-108z"
10+
android:strokeWidth="1"
11+
android:strokeColor="#00000000" />
12+
</vector>

mdc_100_series/android/app/src/main/res/drawable/launch_background.xml

Lines changed: 0 additions & 12 deletions
This file was deleted.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
3+
<background android:drawable="@drawable/ic_launcher_background"/>
4+
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
5+
</adaptive-icon>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
3+
<background android:drawable="@drawable/ic_launcher_background"/>
4+
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
5+
</adaptive-icon>
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<resources>
2+
<string name="shr_app_name">Shrine</string>
3+
</resources>

mdc_100_series/android/app/src/main/res/values/styles.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
<style name="LaunchTheme" parent="@android:style/Theme.Black.NoTitleBar">
44
<!-- Show a splash screen on the activity. Automatically removed when
55
Flutter draws its first frame -->
6-
<item name="android:windowBackground">@drawable/launch_background</item>
6+
<item name="android:windowBackground">@drawable/ic_launcher_background</item>
77
</style>
88
</resources>
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

mdc_100_series/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App.appiconset/Contents.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{ "images": [ { "idiom": "iphone", "size": "20x20", "filename": "[email protected]", "scale": "2x" }, { "idiom": "iphone", "size": "20x20", "filename": "[email protected]", "scale": "3x" }, { "idiom": "iphone", "size": "29x29", "filename": "[email protected]", "scale": "2x" }, { "idiom": "iphone", "size": "29x29", "filename": "[email protected]", "scale": "3x" }, { "idiom": "iphone", "size": "60x60", "filename": "[email protected]", "scale": "2x" }, { "idiom": "iphone", "size": "60x60", "filename": "[email protected]", "scale": "3x" }, { "idiom": "ipad", "size": "29x29", "filename": "Icon-App-iPad-29.png", "scale": "1x" }, { "idiom": "ipad", "size": "29x29", "filename": "[email protected]", "scale": "2x" }, { "idiom": "ipad", "size": "76x76", "filename": "Icon-App-76.png", "scale": "1x" }, { "idiom": "ipad", "size": "76x76", "filename": "[email protected]", "scale": "2x" }, { "idiom": "iphone", "size": "40x40", "filename": "[email protected]", "scale": "2x" }, { "idiom": "iphone", "size": "40x40", "filename": "[email protected]", "scale": "3x" }, { "idiom": "ipad", "size": "40x40", "filename": "Icon-App-40.png", "scale": "1x" }, { "idiom": "ipad", "size": "40x40", "filename": "[email protected]", "scale": "2x" }, { "idiom": "ipad", "size": "20x20", "filename": "Icon-App-20.png", "scale": "1x" }, { "idiom": "ipad", "size": "20x20", "filename": "[email protected]", "scale": "2x" }, { "idiom": "ipad", "size": "83.5x83.5", "filename": "[email protected]", "scale": "2x" }, { "idiom": "ios-marketing", "size": "1024x1024", "filename": "Icon-App-Artwork.png", "scale": "1x" } ], "info": { "version": 1, "author": "xcode" }}

0 commit comments

Comments
 (0)