mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 21:48:14 -08:00
fix: Properly center subLabel and resolution+videoprofile in native player
This commit is contained in:
parent
ed5598fc66
commit
b476f12d6a
1 changed files with 2 additions and 1 deletions
|
|
@ -125,7 +125,8 @@ internal fun ProgressBar(
|
|||
trickPlayModel = playbackData?.trickPlayModel
|
||||
)
|
||||
Row(
|
||||
horizontalArrangement = Arrangement.spacedBy(8.dp)
|
||||
horizontalArrangement = Arrangement.spacedBy(8.dp),
|
||||
verticalAlignment = Alignment.CenterVertically,
|
||||
) {
|
||||
Translate({ Localized.endsAt(endTimeString ?: "", it) }, endTimeString) { translation ->
|
||||
val progressBarTopLabel = listOf(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue