mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-12 10:32:36 +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)
|
viewThemeUtils.colorMaterialButtonPrimaryFilled(binding.popupBubbleView)
|
||||||
binding.popupBubbleView.setIconTint(ColorStateList.valueOf(Color.WHITE))
|
|
||||||
|
|
||||||
binding.messageInputView.setPadding(0, 0, 0, 0)
|
binding.messageInputView.setPadding(0, 0, 0, 0)
|
||||||
|
|
||||||
|
@ -806,9 +806,7 @@ public class ConversationsListController extends BaseController implements Flexi
|
|||||||
recyclerView.smoothScrollToPosition(nextUnreadConversationScrollPosition);
|
recyclerView.smoothScrollToPosition(nextUnreadConversationScrollPosition);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
viewThemeUtils.colorMaterialButtonPrimaryFilled(newMentionPopupBubble);
|
||||||
newMentionPopupBubble.setTextColor(Color.WHITE);
|
|
||||||
newMentionPopupBubble.setIconTint(ColorStateList.valueOf(Color.WHITE));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void checkToShowUnreadBubble() {
|
private void checkToShowUnreadBubble() {
|
||||||
|
Loading…
Reference in New Issue
Block a user