[android] Remove other logo drawables

we should only have ic_launcher and ic_launcher_small (for notifications symbols etc)
Signed-off-by: Harry Bond <me@hbond.xyz>
This commit is contained in:
Harry Bond
2025-05-21 22:17:12 +01:00
committed by Konstantin Pastbin
parent 684e6dfcf9
commit 22f3cb2da1
12 changed files with 21 additions and 20 deletions

View File

@@ -24,7 +24,7 @@
android:layout_marginTop="@dimen/margin_base"
android:layout_marginBottom="@dimen/margin_half"
android:contentDescription="@string/app_name"
app:srcCompat="@drawable/logo"
app:srcCompat="@drawable/ic_launcher"
app:tint="?attr/colorLogo" />
<TextView