Loading
DeskClock: Fix bottom navigation label clipping in landscape
The Material 3 Expressive migration in f4e0e040 updated the portrait BottomNavigationView to wrap_content (letting the library size each item via its M3 tokens, with an 80dp item minimum) but only refreshed the background attribute in res/layout-land/desk_clock.xml, leaving the M2-era android:layout_height="72dp" in place. Since the M3 NavigationBarItemView's default minimum height (~80dp) exceeds 72dp, each item's label TextView is clipped at the parent boundary, cutting off the lower half of "Alarm/Clock/Timer/Stopwatch" labels on the landscape layout. Apply the same wrap_content fix that portrait already received, so both layouts defer sizing to the Material library. Change-Id: Ica7263bcaa95c32244e52d654d5e6196d24694e3