diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 4b834093de..2c31df3506 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -64,6 +64,9 @@ * Fix issue where forward and rewind buttons are not visible when used with Material Design in a BottomSheetDialogFragment ([#511](https://github.com/androidx/media/issues/511)). + * Fix issue where the numbers in the fast forward button of the + `PlayerControlView` were misaligned + ([#547](https://github.com/androidx/media/issues/547)). * Downloads: * OkHttp Extension: * Cronet Extension: diff --git a/libraries/ui/src/main/res/values/styles.xml b/libraries/ui/src/main/res/values/styles.xml index 2e5e080caa..63625553a6 100644 --- a/libraries/ui/src/main/res/values/styles.xml +++ b/libraries/ui/src/main/res/values/styles.xml @@ -50,6 +50,8 @@