Skip to content

Commit 8648199

Browse files
committed
Update Icons
1 parent 76b6064 commit 8648199

23 files changed

+3
-1
lines changed

src/Microsoft.Android.Templates/android-wear/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.0">
33
<uses-feature android:name="android.hardware.type.watch" />
44
<uses-permission android:name="android.permission.WAKE_LOCK" />
5-
<application android:allowBackup="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:supportsRtl="true" android:theme="@android:style/Theme.DeviceDefault">
5+
<application android:allowBackup="true" android:icon="@mipmap/app_icon" android:label="@string/app_name" android:supportsRtl="true" android:theme="@android:style/Theme.DeviceDefault">
66
<uses-library android:name="com.google.android.wearable" android:required="true" />
77
</application>
88
</manifest>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"><background android:drawable="@mipmap/appicon_background" /><foreground android:drawable="@mipmap/appicon_foreground" /></adaptive-icon>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"><background android:drawable="@mipmap/appicon_background" /><foreground android:drawable="@mipmap/appicon_foreground" /></adaptive-icon>
1.11 KB
Loading
532 Bytes
Loading
1.48 KB
Loading
Binary file not shown.
868 Bytes
Loading
352 Bytes
Loading
1.25 KB
Loading

0 commit comments

Comments
 (0)