App ICON angepasst

This commit is contained in:
m_broelemann
2021-01-05 23:22:04 +01:00
parent d7751bef8c
commit 68d87b49a2
2 changed files with 4 additions and 4 deletions

View File

@@ -9,9 +9,9 @@
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:icon="@drawable/aped_logo"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:roundIcon="@drawable/aped_logo"
android:supportsRtl="true"
android:theme="@style/Theme.APED"
android:usesCleartextTraffic="true">