File tree Expand file tree Collapse file tree
app/src/main/java/com/ljyh/mei/ui/screen/playlist Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ import androidx.compose.foundation.layout.Box
55import androidx.compose.foundation.layout.fillMaxSize
66import androidx.compose.material.icons.Icons
77import androidx.compose.material.icons.filled.Favorite
8+ import androidx.compose.material.icons.filled.FavoriteBorder
89import androidx.compose.material3.ExperimentalMaterial3Api
910import androidx.compose.material3.Text
1011import androidx.compose.runtime.Composable
@@ -94,9 +95,8 @@ fun EveryDay(
9495 )
9596 )
9697 },
97-
98- headerActionIcon = Icons .Default .Favorite ,
99- headerActionLabel = " 取消收藏" ,
98+ headerActionIcon = Icons .Default .FavoriteBorder ,
99+ headerActionLabel = " 收藏" ,
100100 onTrackClick = { mediaMetadata, index ->
101101
102102 playerConnection.onTrackClicked(
You can’t perform that action at this time.
0 commit comments