Example #1
0
        protected override void SetupLayout()
        {
            base.SetupLayout();

            ContentView
            .AddLayoutSubview(AlbumsTableView);
        }
        protected override void SetupLayout()
        {
            base.SetupLayout();

            ContentView
            .AddLayoutSubview(Template1Button)
            .AddLayoutSubview(Template2Button)
            .AddLayoutSubview(Template3Button);
        }
        protected override void SetupLayout()
        {
            base.SetupLayout();

            ContentView
            .AddLayoutSubview(AlbumImageView)
            .AddLayoutSubview(AlbumNameLabel)
            .AddLayoutSubview(PlayCountLabel);
        }
Example #4
0
        protected override void SetupLayout()
        {
            base.SetupLayout();

            ContentView
            .AddLayoutSubview(ArtistPhotoImageView)
            .AddLayoutSubview(ArtistNameLabel)
            .AddLayoutSubview(ListenersCountLabel);
        }
Example #5
0
        protected override void SetupLayout()
        {
            base.SetupLayout();

            this.AddLayoutSubview(ContentView
                                  .AddLayoutSubview(VacationsPager)
                                  .AddLayoutSubview(VacationPageControl)
                                  .AddLayoutSubview(AboveDateSeparator)
                                  .AddLayoutSubview(DateBeginView)
                                  .AddLayoutSubview(DateEndView)
                                  .AddLayoutSubview(BelowDateSeparator)
                                  .AddLayoutSubview(StatusSegmentedControl))
            .AddLayoutSubview(DatePickerToolbar)
            .AddLayoutSubview(StartDatePicker)
            .AddLayoutSubview(EndDatePicker)
            .AddLayoutSubview(ActivityIndicator);
        }