ui: mobile layout polish + search screen spacing + glass morphism card outline#295
Merged
ProdigyV21 merged 1 commit intoJun 3, 2026
Conversation
…d outline - SearchScreen: reduce heading→cards gap (bottom 8→4dp), reduce title row bottom padding (8→2→4dp) and LazyRow top content padding (22→8dp) - ArvioFocus: add restBorderAlpha glass morphism edge (0.5dp @ ~0.2α at rest, fades to full focus outline on selection); new showRestBorder param on ArvioFocusableSurface so opt-in per component - MediaCard: enable showRestBorder=true; always-on 2.5dp outline width; mobile cardTitle font size 14sp (TV stays 15sp) - HomeScreen (mobile): card spacing 10→14dp; catalog-to-catalog gap 8→20dp (via LazyColumn spacedBy); heading→cards gap 8→4dp Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
Author
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.

Summary
showRestBorderparam — subtle 0.5dp luminous edge at rest that transitions to the full focus outline on selection; mobilecardTitlefont size reduced to 14sp (TV stays 15sp)restBorderAlphaanimation added toarvioFocusable;showRestBorder: Boolean = falseparam threaded through toArvioFocusableSurfaceTest plan
MediaCard, no rest border on other surfaces🤖 Generated with Claude Code