Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.32 KB

File metadata and controls

29 lines (22 loc) · 1.32 KB

V5 UI Consistency Plan

Goal

Fix magic numbers in History/Library screens (Favorites, MostPlayed, NeverPlayed, RecentlyPlayed) and polish NowPlayingScreen.

Proposed Changes

Library History Screens

Target Files:

  • FavoritesScreen.kt
  • MostPlayedScreen.kt
  • NeverPlayedScreen.kt
  • RecentlyPlayedScreen.kt

Changes:

  • Replace contentPadding = PaddingValues(bottom = 160.dp) -> NeoDimens.ListBottomPadding.
  • Replace Spacer(height = 262.dp) -> NeoDimens.HeaderHeight.
  • Standardize empty state height 200.dp -> NeoDimens.ArtLarge (or similar constant).

Now Playing Screen

Target File:

  • NowPlayingScreen.kt

Changes:

  • Replace Icons.Default.ArrowBack (Deprecated) -> Icons.AutoMirrored.Filled.ArrowBack.
  • Remove manual isDark luminance check if redundant.

Verification

  • Build and compile.