mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-01 15:03:37 +00:00
Space optimization and adding toggles for repeating and shuffling
This commit is contained in:
@@ -156,6 +156,9 @@ public class PlayerControllerFragment extends Fragment {
|
||||
private void setMetadata(MediaMetadata mediaMetadata) {
|
||||
playerSongTitleLabel.setText(MusicUtil.getReadableString(String.valueOf(mediaMetadata.title)));
|
||||
playerArtistNameLabel.setText(MusicUtil.getReadableString(String.valueOf(mediaMetadata.artist)));
|
||||
|
||||
playerSongTitleLabel.setSelected(true);
|
||||
playerArtistNameLabel.setSelected(true);
|
||||
}
|
||||
|
||||
private void initCoverLyricsSlideView() {
|
||||
|
||||
Reference in New Issue
Block a user