Skip to content

Commit f1c6a86

Browse files
committed
add launcher icons
1 parent cec3031 commit f1c6a86

File tree

11 files changed

+2
-4
lines changed

11 files changed

+2
-4
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<application
77
android:allowBackup="true"
8-
android:icon="@mipmap/ic_launcher"
8+
android:icon="@mipmap/launcher"
99
android:label="@string/app_name"
1010
android:supportsRtl="true"
1111
android:theme="@style/AppTheme">
@@ -39,9 +39,7 @@
3939
android:screenOrientation="portrait"/>
4040

4141
<receiver
42-
android:name=".MyWidgetProvider"
43-
android:icon="@mipmap/ic_launcher"
44-
android:label="@string/app_name">
42+
android:name=".MyWidgetProvider">
4543
<intent-filter>
4644
<action android:name="android.appwidget.action.APPWIDGET_UPDATE"/>
4745
</intent-filter>
-3.34 KB
Binary file not shown.
2 KB
Loading
-2.15 KB
Binary file not shown.
1.34 KB
Loading
-4.73 KB
Binary file not shown.
2.4 KB
Loading
-7.54 KB
Binary file not shown.
3.89 KB
Loading
-10.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)