icon: app icon

This commit is contained in:
2026-05-30 19:11:00 +02:00
parent d663a1c9de
commit 7d9654aa7e
10 changed files with 3 additions and 34 deletions

View File

@@ -18,9 +18,9 @@
<application
android:name=".LockstepApplication"
android:allowBackup="true"
android:icon="@drawable/ic_launcher_layer"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@drawable/ic_launcher_layer"
android:roundIcon="@mipmap/ic_launcher"
android:supportsRtl="true"
android:theme="@style/Theme.LockstepPlayer">
<activity