mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-05-01 18:44:12 +00:00
android: fix track color in tone volume
This commit is contained in:
@@ -158,7 +158,7 @@ fun ToneVolumeSlider() {
|
|||||||
)
|
)
|
||||||
Box(
|
Box(
|
||||||
modifier = Modifier
|
modifier = Modifier
|
||||||
.fillMaxWidth(sliderValue.floatValue / 100)
|
.fillMaxWidth(sliderValue.floatValue / 125)
|
||||||
.height(4.dp)
|
.height(4.dp)
|
||||||
.background(activeTrackColor, RoundedCornerShape(4.dp))
|
.background(activeTrackColor, RoundedCornerShape(4.dp))
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user