mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-12 02:19:44 +00:00
Migrate to a new, updated popup bubble based on MaterialButton
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
2e8ea52e89
commit
e76669439f
@ -651,8 +651,7 @@ class ChatController(args: Bundle) :
|
||||
}
|
||||
}
|
||||
|
||||
binding.popupBubbleView.setTextColor(Color.WHITE)
|
||||
binding.popupBubbleView.setIconTint(ColorStateList.valueOf(Color.WHITE))
|
||||
viewThemeUtils.colorMaterialButtonPrimaryFilled(binding.popupBubbleView)
|
||||
|
||||
binding.messageInputView.setPadding(0, 0, 0, 0)
|
||||
|
||||
|
@ -806,9 +806,7 @@ public class ConversationsListController extends BaseController implements Flexi
|
||||
recyclerView.smoothScrollToPosition(nextUnreadConversationScrollPosition);
|
||||
}
|
||||
});
|
||||
|
||||
newMentionPopupBubble.setTextColor(Color.WHITE);
|
||||
newMentionPopupBubble.setIconTint(ColorStateList.valueOf(Color.WHITE));
|
||||
viewThemeUtils.colorMaterialButtonPrimaryFilled(newMentionPopupBubble);
|
||||
}
|
||||
|
||||
private void checkToShowUnreadBubble() {
|
||||
|
Loading…
Reference in New Issue
Block a user