Add a rounded icon and move icons to mipmap from drawable.
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
|
||||
<application
|
||||
android:allowBackup="true"
|
||||
android:icon="@drawable/icon_512"
|
||||
android:icon="@mipmap/icon_512"
|
||||
android:roundIcon="@mipmap/icon_rounded_512"
|
||||
android:label="@string/appName"
|
||||
android:supportsRtl="true"
|
||||
android:theme="@style/InfiniteTimer"
|
||||
|
Reference in New Issue
Block a user