feature: refresh list & save to gallery
This commit is contained in:
@@ -6,6 +6,7 @@ namespace Pixiview.UI.Theme
|
||||
{
|
||||
public const string TitleButton = nameof(TitleButton);
|
||||
public const string TitleLabel = nameof(TitleLabel);
|
||||
public const string FontIconRefresh = nameof(FontIconRefresh);
|
||||
public const string FontIconOption = nameof(FontIconOption);
|
||||
public const string FontIconDownload = nameof(FontIconDownload);
|
||||
|
||||
@@ -27,6 +28,7 @@ namespace Pixiview.UI.Theme
|
||||
//public const string Horizon10 = nameof(Horizon10);
|
||||
public const string ScreenBottomPadding = nameof(ScreenBottomPadding);
|
||||
public const string NavigationBarHeight = nameof(NavigationBarHeight);
|
||||
public const string IconRefresh = nameof(IconRefresh);
|
||||
public const string IconOption = nameof(IconOption);
|
||||
public const string IconDownload = nameof(IconDownload);
|
||||
|
||||
@@ -36,6 +38,7 @@ namespace Pixiview.UI.Theme
|
||||
Add(FontSizeTitleIcon, StyleDefinition.FontSizeTitleIcon);
|
||||
//Add(Horizon10, StyleDefinition.Horizon10);
|
||||
Add(ScreenBottomPadding, StyleDefinition.ScreenBottomPadding);
|
||||
Add(IconRefresh, StyleDefinition.IconRefresh);
|
||||
Add(IconOption, StyleDefinition.IconOption);
|
||||
Add(IconDownload, StyleDefinition.IconDownload);
|
||||
|
||||
@@ -74,6 +77,12 @@ namespace Pixiview.UI.Theme
|
||||
}
|
||||
});
|
||||
|
||||
Add(FontIconRefresh, new FontImageSource
|
||||
{
|
||||
FontFamily = iconSolidFontFamily,
|
||||
Glyph = StyleDefinition.IconRefresh,
|
||||
Size = StyleDefinition.FontSizeTitle
|
||||
});
|
||||
Add(FontIconOption, new FontImageSource
|
||||
{
|
||||
FontFamily = iconSolidFontFamily,
|
||||
|
||||
Reference in New Issue
Block a user