add a launcher icon
|
@ -5,7 +5,7 @@
|
|||
|
||||
<application
|
||||
android:allowBackup="true"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:icon="@mipmap/launcher"
|
||||
android:label="@string/app_name"
|
||||
android:supportsRtl="true"
|
||||
android:theme="@style/AppTheme">
|
||||
|
@ -39,9 +39,7 @@
|
|||
android:screenOrientation="portrait"/>
|
||||
|
||||
<receiver
|
||||
android:name=".MyWidgetProvider"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:label="@string/app_name">
|
||||
android:name=".MyWidgetProvider">
|
||||
<intent-filter>
|
||||
<action android:name="android.appwidget.action.APPWIDGET_UPDATE"/>
|
||||
</intent-filter>
|
||||
|
|
Before Width: | Height: | Size: 3.3 KiB |
After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 2.2 KiB |
After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 4.7 KiB |
After Width: | Height: | Size: 3.0 KiB |
Before Width: | Height: | Size: 7.5 KiB |
After Width: | Height: | Size: 4.4 KiB |
Before Width: | Height: | Size: 10 KiB |
After Width: | Height: | Size: 5.3 KiB |