Skip to content

Commit 270e22c

Browse files
committed
add launcher icons
1 parent bfc8bb4 commit 270e22c

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
@@ -15,7 +15,7 @@
1515

1616
<application
1717
android:allowBackup="true"
18-
android:icon="@mipmap/ic_launcher"
18+
android:icon="@mipmap/launcher"
1919
android:label="@string/app_name"
2020
android:supportsRtl="true"
2121
android:theme="@style/AppTheme">
@@ -40,9 +40,7 @@
4040
android:screenOrientation="portrait"/>
4141

4242
<receiver
43-
android:name=".MyWidgetProvider"
44-
android:icon="@mipmap/ic_launcher"
45-
android:label="@string/app_name">
43+
android:name=".MyWidgetProvider">
4644
<intent-filter>
4745
<action android:name="android.appwidget.action.APPWIDGET_UPDATE"/>
4846
</intent-filter>
-3.34 KB
Binary file not shown.
3.49 KB
Loading
-2.15 KB
Binary file not shown.
2.07 KB
Loading
-4.73 KB
Binary file not shown.
4.71 KB
Loading
-7.54 KB
Binary file not shown.
8.09 KB
Loading
-10.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)