Merge pull request #1149 from nextcloud/unreadMessagesText

Make sure "unread messages" bubble text is always white
This commit is contained in:
Andy Scherzinger 2021-04-27 07:31:35 +02:00 committed by GitHub
commit 891b69ec2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -133,6 +133,6 @@
app:pb_backgroundColor="@color/colorPrimary"
app:pb_icon="@drawable/ic_baseline_arrow_downward_24px"
app:pb_text="@string/nc_new_messages"
app:pb_textColor="@color/fg_inverse" />
app:pb_textColor="@color/textColorOnPrimaryBackground" />
</RelativeLayout>