mirror of
https://github.com/androidx/media.git
synced 2025-05-07 23:50:44 +08:00

In some contexts (e.g. BottomSheetDialogFrament), Material Design themes will override the default of singleLine=false to true. This causes layout problems because the forward/rewind buttons are no longer visible with singleLine=true. This problem can be avoided by explicitly requesting the default value of false in our layout files. Issue: androidx/media#511 #minor-release PiperOrigin-RevId: 582604131 (cherry picked from commit 310e2edccac75b1ed30eb69520224cb48d1cc190)