{
BorderLineThickness = 0;
ResizePolicy = Window.BorderResizePolicyType.Free;
- MinSize = new Size2D(250, 150).SpToPx();
+ MinSize = new Size2D(320, 280).SpToPx();
}
public override bool CreateTopBorderView(View topView)
StyleName = "ItemText",
Text = MainPage.gadgetResourceManager.GetString(nameof(LanguageResource.IDS_ALBUMS_TEXT)),
PixelSize = 24.SpToPx(),
- HeightSpecification = AppCommon.albumTitleHeight,
BackgroundColor = Color.Transparent,
};
Add(albumTitle);
Text = MainPage.gadgetResourceManager.GetString(nameof(LanguageResource.IDS_NO_ALBUMS_TEXT)),
PixelSize = 24.SpToPx(),
HorizontalAlignment = HorizontalAlignment.Center,
- WidthSpecification = AppCommon.noAlbumsLabelWidth,
- HeightSpecification = AppCommon.noAlbumsLabelHeight,
};
Add(noAlbums);
RelativeLayout.SetVerticalAlignment(noAlbums, RelativeLayout.Alignment.Center);