Adjust “What's new” modal UI and items for tablet#7605
Merged
catalinradoiu merged 7 commits intodevelopfrom Feb 4, 2026
Merged
Adjust “What's new” modal UI and items for tablet#7605catalinradoiu merged 7 commits intodevelopfrom
catalinradoiu merged 7 commits intodevelopfrom
Conversation
…s items in the RecyclerView so that the entire content is scrollable
Contributor
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
4 tasks
Base automatically changed from
feature/cradoiu/whats-new-top-section-scrollable
to
develop
February 4, 2026 10:13
# Conflicts: # remote-messaging/remote-messaging-impl/src/main/res/layout/view_remote_message_header.xml
anikiki
approved these changes
Feb 4, 2026
Contributor
anikiki
left a comment
There was a problem hiding this comment.
Looks good and works as expected! 🎉
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Task/Issue URL: https://app.asana.com/1/137249556945/project/1211724162604201/task/1212898863116333?focus=true
Description
This PR improves the “What’s new” modal UI for tablet devices by:
Steps to test this PR
Check the steps inside the following task to the the changes: https://app.asana.com/1/137249556945/project/1211724162604201/task/1213012607800059?focus=true
UI changes
Before changes
|
After changes
Note
Low Risk
Low risk UI-only changes: layout constraints/margins and a small click-target wiring change for list items, with no business logic or data handling impact.
Overview
Improves the “What’s new” modal layout for larger screens by introducing a
messageContentMaxWidth(600dp) and applyinglayout_constraintWidth_maxacross the header, section title, card items, featured item card, and the bottom action button to prevent stretching on tablets.Updates featured list spacing to use extracted dimens (with
values-sw600dpoverrides) and refactorsview_remote_message_card_item.xmlto use an innerlistItemContainer, updatingCardsListAdapterto attach click handling to that container.Written by Cursor Bugbot for commit e7f34d7. This will update automatically on new commits. Configure here.