fix(tv): adjust hero height fraction for better layout on TV screens

This commit is contained in:
2026-06-20 20:22:49 +02:00
parent 53a7d4ad23
commit da89a8a661

View File

@@ -33,7 +33,7 @@ internal const val TvHomeHeroProgressLabelTag = "tv-home-hero-progress-label"
private const val TvHomeHeroAnimationMillis = 180
// Half the screen for the billboard, half for the content rows. Tuned so both
// the hero block and the first focused row fit on a 540dp-tall (1080p xhdpi) TV.
internal const val TvHomeHeroHeightFraction = 0.5f
internal const val TvHomeHeroHeightFraction = 0.45f
@Composable
internal fun TvFocusedItemHero(