diff --git a/mobile/src/main/AndroidManifest.xml b/mobile/src/main/AndroidManifest.xml index 272b896b69836ba597b58aaae714087061ef1c35..0e00c6aecc724cc3d7c73764039c4d89577bd0b7 100644 --- a/mobile/src/main/AndroidManifest.xml +++ b/mobile/src/main/AndroidManifest.xml @@ -9,7 +9,7 @@ <application android:allowBackup="true" - android:icon="@mipmap/ic_launcher" + android:icon="@mipmap/openlicht_launcher" android:label="@string/app_name" android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" diff --git a/wear/src/main/AndroidManifest.xml b/wear/src/main/AndroidManifest.xml index 7fe22b2d45a1c3e60cf8e2128aba5013a21bc9ad..477a9ff3a3f98541637e38897ff7ef9eae7519cb 100644 --- a/wear/src/main/AndroidManifest.xml +++ b/wear/src/main/AndroidManifest.xml @@ -8,7 +8,7 @@ <application android:allowBackup="true" - android:icon="@mipmap/ic_launcher" + android:icon="@mipmap/openlicht_launcher" android:label="@string/app_name" android:supportsRtl="true" android:theme="@android:style/Theme.DeviceDefault"> diff --git a/wear/src/main/openlicht_launcher-web.png b/wear/src/main/openlicht_launcher-web.png new file mode 100644 index 0000000000000000000000000000000000000000..e3c1593ac08f383c009618f23b85bc2cae294113 Binary files /dev/null and b/wear/src/main/openlicht_launcher-web.png differ diff --git a/wear/src/main/res/mipmap-hdpi/openlicht_launcher.png b/wear/src/main/res/mipmap-hdpi/openlicht_launcher.png new file mode 100644 index 0000000000000000000000000000000000000000..0611e98ecb9d19f772366a21d55fd595a206e4f7 Binary files /dev/null and b/wear/src/main/res/mipmap-hdpi/openlicht_launcher.png differ diff --git a/wear/src/main/res/mipmap-mdpi/openlicht_launcher.png b/wear/src/main/res/mipmap-mdpi/openlicht_launcher.png new file mode 100644 index 0000000000000000000000000000000000000000..3345635a60340cc5e86d3da7a6979272cf9b19ee Binary files /dev/null and b/wear/src/main/res/mipmap-mdpi/openlicht_launcher.png differ diff --git a/wear/src/main/res/mipmap-xhdpi/openlicht_launcher.png b/wear/src/main/res/mipmap-xhdpi/openlicht_launcher.png new file mode 100644 index 0000000000000000000000000000000000000000..40882d07ebbeb2b19ae5aa9b078b25b4f24cd60e Binary files /dev/null and b/wear/src/main/res/mipmap-xhdpi/openlicht_launcher.png differ diff --git a/wear/src/main/res/mipmap-xxhdpi/openlicht_launcher.png b/wear/src/main/res/mipmap-xxhdpi/openlicht_launcher.png new file mode 100644 index 0000000000000000000000000000000000000000..9449be84563792b082f7663521cc837ecd897fd7 Binary files /dev/null and b/wear/src/main/res/mipmap-xxhdpi/openlicht_launcher.png differ diff --git a/wear/src/main/res/mipmap-xxxhdpi/openlicht_launcher.png b/wear/src/main/res/mipmap-xxxhdpi/openlicht_launcher.png new file mode 100644 index 0000000000000000000000000000000000000000..a32d1aa0d3b26003f753b8ae97a3c90829850e99 Binary files /dev/null and b/wear/src/main/res/mipmap-xxxhdpi/openlicht_launcher.png differ