created icon

This commit is contained in:
pi
2026-05-01 09:57:37 +02:00
parent 0c05ed1c55
commit 25258d3f5d
20 changed files with 17 additions and 1 deletions
+3 -1
View File
@@ -6,7 +6,9 @@
android:label="Hairdryer/Dunstabzugshaube"
android:allowBackup="true"
android:supportsRtl="true"
android:theme="@android:style/Theme.Light.NoTitleBar">
android:theme="@android:style/Theme.Light.NoTitleBar"
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher_round">
<activity android:name=".MainActivity"
android:exported="true"