Exchange app logo in login activity

This commit is contained in:
Ryan Harg 2021-06-29 18:41:32 +02:00
parent a67d2a854c
commit f9058b7b08
3 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

View File

@ -18,7 +18,7 @@
android:layout_height="128dp"
android:layout_marginBottom="32dp"
android:contentDescription="@string/alt_app_logo"
android:src="@drawable/otter"
android:src="@drawable/funkwhale"
app:tint="@android:color/white" />
<TextView