Remove lyrics and stats for nerds buttons (#180)
This commit is contained in:
@@ -286,32 +286,6 @@ fun PlayerView(
|
|||||||
.padding(horizontal = 8.dp)
|
.padding(horizontal = 8.dp)
|
||||||
.fillMaxHeight()
|
.fillMaxHeight()
|
||||||
) {
|
) {
|
||||||
Image(
|
|
||||||
painter = painterResource(R.drawable.text),
|
|
||||||
contentDescription = null,
|
|
||||||
colorFilter = ColorFilter.tint(if (isShowingLyrics) colorPalette.text else colorPalette.textDisabled),
|
|
||||||
modifier = Modifier
|
|
||||||
.clickable {
|
|
||||||
isShowingStatsForNerds = false
|
|
||||||
isShowingLyrics = !isShowingLyrics
|
|
||||||
}
|
|
||||||
.padding(all = 8.dp)
|
|
||||||
.size(20.dp)
|
|
||||||
)
|
|
||||||
|
|
||||||
Image(
|
|
||||||
painter = painterResource(R.drawable.information),
|
|
||||||
contentDescription = null,
|
|
||||||
colorFilter = ColorFilter.tint(if (isShowingStatsForNerds) colorPalette.text else colorPalette.textDisabled),
|
|
||||||
modifier = Modifier
|
|
||||||
.clickable {
|
|
||||||
isShowingLyrics = false
|
|
||||||
isShowingStatsForNerds = !isShowingStatsForNerds
|
|
||||||
}
|
|
||||||
.padding(all = 8.dp)
|
|
||||||
.size(20.dp)
|
|
||||||
)
|
|
||||||
|
|
||||||
Image(
|
Image(
|
||||||
painter = painterResource(R.drawable.ellipsis_horizontal),
|
painter = painterResource(R.drawable.ellipsis_horizontal),
|
||||||
contentDescription = null,
|
contentDescription = null,
|
||||||
@@ -377,7 +351,7 @@ fun PlayerView(
|
|||||||
|
|
||||||
Spacer(
|
Spacer(
|
||||||
modifier = Modifier
|
modifier = Modifier
|
||||||
.width(2.dp)
|
.width(4.dp)
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user