mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-14 09:46:01 -07: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
|
trickPlayModel = playbackData?.trickPlayModel
|
||||||
)
|
)
|
||||||
Row(
|
Row(
|
||||||
horizontalArrangement = Arrangement.spacedBy(8.dp)
|
horizontalArrangement = Arrangement.spacedBy(8.dp),
|
||||||
|
verticalAlignment = Alignment.CenterVertically,
|
||||||
) {
|
) {
|
||||||
Translate({ Localized.endsAt(endTimeString ?: "", it) }, endTimeString) { translation ->
|
Translate({ Localized.endsAt(endTimeString ?: "", it) }, endTimeString) { translation ->
|
||||||
val progressBarTopLabel = listOf(
|
val progressBarTopLabel = listOf(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue