mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-23 13:35:33 +03:00
Fix logo tinting when no conversations exist
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
adfb50aea8
commit
c25a8b0fed
1 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@
|
|||
android:layout_width="72dp"
|
||||
android:layout_height="72dp"
|
||||
android:layout_centerInParent="true"
|
||||
android:background="@drawable/ic_logo"
|
||||
android:src="@drawable/ic_logo"
|
||||
android:tint="@color/colorPrimary" />
|
||||
|
||||
<TextView
|
||||
|
|
Loading…
Reference in a new issue