Skip to content

Commit 3b38ee2

Browse files
committed
adding round launcher icons
1 parent 80378cd commit 3b38ee2

File tree

5 files changed

+4
-3
lines changed

5 files changed

+4
-3
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
android:allowBackup="true"
1111
android:icon="@mipmap/ic_launcher"
1212
android:label="@string/app_launcher_name"
13+
android:roundIcon="@mipmap/ic_launcher_round"
1314
android:supportsRtl="true"
1415
android:theme="@style/AppTheme">
1516

@@ -27,9 +28,9 @@
2728
android:name=".activities.MainActivity">
2829

2930
<intent-filter>
30-
<action android:name="android.intent.action.SEND" />
31-
<category android:name="android.intent.category.DEFAULT" />
32-
<data android:mimeType="text/plain" />
31+
<action android:name="android.intent.action.SEND"/>
32+
<category android:name="android.intent.category.DEFAULT"/>
33+
<data android:mimeType="text/plain"/>
3334
</intent-filter>
3435
</activity>
3536

Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)