mirror of
https://github.com/nextcloud/talk-android
synced 2025-02-01 20:22:03 +00: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
@ -50,8 +50,8 @@
|
||||
android:layout_width="72dp"
|
||||
android:layout_height="72dp"
|
||||
android:layout_centerInParent="true"
|
||||
android:background="@drawable/ic_logo"
|
||||
android:tint="@color/colorPrimary"/>
|
||||
android:src="@drawable/ic_logo"
|
||||
android:tint="@color/colorPrimary" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/sendHiTextView"
|
||||
|
Loading…
Reference in New Issue
Block a user