diff --git a/AndroidManifest.xml b/AndroidManifest.xml index f696d7c8bdd877c2ae12a868bfd96db9f517ace4..23723d478e357521b36d814f94285b8a598dba6a 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -52,7 +52,7 @@ android:backupAgent="DeskClockBackupAgent" android:fullBackupContent="@xml/backup_scheme" android:fullBackupOnly="true" - android:icon="@mipmap/ic_launcher_alarmclock" + android:icon="@mipmap/ic_launcher" android:requiredForAllUsers="true" android:supportsRtl="true"> @@ -69,7 +69,7 @@ @@ -83,7 +83,7 @@ android:targetActivity="DeskClock" android:label="@string/app_label" android:theme="@style/DeskClockTheme" - android:icon="@mipmap/ic_launcher_alarmclock" + android:icon="@mipmap/ic_launcher" android:launchMode="singleTask" android:enabled="@bool/config_dockAppEnabled" > @@ -270,7 +270,7 @@ @@ -286,7 +286,7 @@ diff --git a/res/mipmap-hdpi/ic_launcher.png b/res/mipmap-hdpi/ic_launcher.png new file mode 100644 index 0000000000000000000000000000000000000000..e28e02ee0148485da4b7e774534dc1571224f280 Binary files /dev/null and b/res/mipmap-hdpi/ic_launcher.png differ diff --git a/res/mipmap-hdpi/ic_launcher_alarmclock.png b/res/mipmap-hdpi/ic_launcher_alarmclock.png deleted file mode 100644 index f99409a46569bc72b4a0a3e7ad79a12bf0736715..0000000000000000000000000000000000000000 Binary files a/res/mipmap-hdpi/ic_launcher_alarmclock.png and /dev/null differ diff --git a/res/mipmap-mdpi/ic_launcher.png b/res/mipmap-mdpi/ic_launcher.png new file mode 100644 index 0000000000000000000000000000000000000000..04c72da4d0d85d727b6863478f85a114fd67a1b0 Binary files /dev/null and b/res/mipmap-mdpi/ic_launcher.png differ diff --git a/res/mipmap-mdpi/ic_launcher_alarmclock.png b/res/mipmap-mdpi/ic_launcher_alarmclock.png deleted file mode 100644 index 00aa4e790b744e07196905aa9d39e96fcde6d2a1..0000000000000000000000000000000000000000 Binary files a/res/mipmap-mdpi/ic_launcher_alarmclock.png and /dev/null differ diff --git a/res/mipmap-xhdpi/ic_launcher.png b/res/mipmap-xhdpi/ic_launcher.png new file mode 100644 index 0000000000000000000000000000000000000000..e6a9c399e42074f108179088316585b69308da04 Binary files /dev/null and b/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/res/mipmap-xhdpi/ic_launcher_alarmclock.png b/res/mipmap-xhdpi/ic_launcher_alarmclock.png deleted file mode 100644 index bcb331d1b00b44ef0bfd0f8846a8b632a232d894..0000000000000000000000000000000000000000 Binary files a/res/mipmap-xhdpi/ic_launcher_alarmclock.png and /dev/null differ diff --git a/res/mipmap-xxhdpi/ic_launcher.png b/res/mipmap-xxhdpi/ic_launcher.png new file mode 100644 index 0000000000000000000000000000000000000000..326b2fcb76c979b99c913ed77e1c0e2de7f41bf6 Binary files /dev/null and b/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/res/mipmap-xxhdpi/ic_launcher_alarmclock.png b/res/mipmap-xxhdpi/ic_launcher_alarmclock.png deleted file mode 100644 index 94c606e6c2c0e36856a7e9133175d4d341df219f..0000000000000000000000000000000000000000 Binary files a/res/mipmap-xxhdpi/ic_launcher_alarmclock.png and /dev/null differ diff --git a/res/mipmap-xxxhdpi/ic_launcher.png b/res/mipmap-xxxhdpi/ic_launcher.png new file mode 100644 index 0000000000000000000000000000000000000000..9d8c78f0c07a7da4a07589382379919ef9190ba5 Binary files /dev/null and b/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/res/mipmap-xxxhdpi/ic_launcher_alarmclock.png b/res/mipmap-xxxhdpi/ic_launcher_alarmclock.png deleted file mode 100644 index 469c2b5a9ab2d914c99f3602b88f8607363092c0..0000000000000000000000000000000000000000 Binary files a/res/mipmap-xxxhdpi/ic_launcher_alarmclock.png and /dev/null differ