feat(ui): implement floating glassmorphic capsule navigation (Mobile & TV) - #614
Open
keviiixaviiii wants to merge 2 commits into
Open
feat(ui): implement floating glassmorphic capsule navigation (Mobile & TV)#614keviiixaviiii wants to merge 2 commits into
keviiixaviiii wants to merge 2 commits into
Conversation
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.
feat(ui): implement floating glassmorphic capsule navigation (Mobile & TV)
📌 Summary
This pull request modernizes the ARVIO navigation interface by replacing the rigid, edge-pinned navigation bars with floating, frosted-glass capsules. It introduces responsive spring physics, dynamic sliding selection indicators, and interactive scaling animations across both touch and TV remote D-pad interfaces.
📱 Mobile & Tablet Changes
1.12x).1.05x).MainActivityfrom a verticalColumnto a full-screenBoxso content flows under the translucent bar.96.dpon scrollable catalogue views inHomeScreento prevent the floating bar from blocking content.📺 Android TV Changes
106.dp), enabling instant 60fps sliding indicator transitions.1.05x) with intensified glow elevation whenever remote focus lands inside the navigation area.📂 Files Modified
app/src/main/kotlin/com/arflix/tv/MainActivity.kt— Root layout updated to edge-to-edgeBoxoverlay.app/src/main/kotlin/com/arflix/tv/ui/components/AppBottomBar.kt— Mobile floating glass container, sliding indicator, and spring scaling.app/src/main/kotlin/com/arflix/tv/ui/components/AppTopBar.kt— TV centered capsule, fixed-width position math, and dynamic label expansion.app/src/main/kotlin/com/arflix/tv/ui/screens/home/HomeScreen.kt— Bottom scroll padding adjustments for mobile.🧪 Testing Performed
Pixel_7_Arivio.mp4
TV_Arvio_NavBar.mp4