Пример #1
0
 public void WillAppear()
 {
     backgroundImageView.StyleBlurredImageView();
     labelView.ApplyStyle();
     NotificationManager.Shared.VideoPlaybackChanged += SharedOnVideoPlaybackChanged;
     //LayoutSubviews();
 }
Пример #2
0
                public void ApplyStyle()
                {
                    timeLabel.StyleAsSubText();
                    remainingTimeLabel.StyleAsSubText();
                    labelView.ApplyStyle();
                    backgroundBluredView.StyleBlurView();

                    previousButton.StyleNowPlayingButtons();
                    nextButton.StyleNowPlayingButtons();
                    menuButton.StyleNowPlayingButtons();
                    shareButton.StyleNowPlayingButtons();
                    playButton.StyleNowPlayingButtons();
                }
Пример #3
0
                public void ApplyStyle()
                {
                    timeLabel.StyleAsSubText();
                    remainingTimeLabel.StyleAsSubText();
                    labelView.ApplyStyle();
                    backgroundBluredView.StyleBlurView();

                    previousButton.StyleNowPlayingButtons();
                    nextButton.StyleNowPlayingButtons();
                    menuButton.StyleNowPlayingButtons();
                    shareButton.StyleNowPlayingButtons();
                    playButton.StyleNowPlayingButtons();
                    SetShuffleState(Settings.ShuffleSongs);
                    SetRepeatState(Settings.RepeatMode);
                    SetThumbsState(PlaybackManager.Shared.NativePlayer.CurrentSong);
                }