combine projects into one

This commit is contained in:
2021-08-11 14:09:03 +08:00
parent 24f39a2e27
commit 521d82829d
34 changed files with 431 additions and 192 deletions

View File

@ -1,4 +1,14 @@
<?xml version="1.0" encoding="UTF-8" ?>
<root>
<Title>Gallery</Title>
<Option>选项</Option>
<About>关于</About>
<Version>版本</Version>
<Gallery>图库</Gallery>
<DownloadThreads>多线程下载</DownloadThreads>
<Proxy>代理</Proxy>
<Enabled>启用</Enabled>
<Detail>详细</Detail>
<ProxyHost>代理主机</ProxyHost>
<ProxyPort>代理端口</ProxyPort>
</root>

View File

@ -22,6 +22,7 @@ namespace Gallery.Resources.Theme
public const string ScreenBottomPadding = nameof(ScreenBottomPadding);
public const string IconClose = nameof(IconClose);
public const string FontIconOption = nameof(FontIconOption);
public const string FontIconRefresh = nameof(FontIconRefresh);
protected void InitResources()
@ -31,6 +32,7 @@ namespace Gallery.Resources.Theme
Add(IconSolidFamily, Definition.IconSolidFamily);
Add(ScreenBottomPadding, Definition.ScreenBottomPadding);
Add(FontIconOption, GetFontIcon(Definition.IconOption, Definition.IconSolidFamily));
Add(FontIconRefresh, GetFontIcon(Definition.IconRefresh, Definition.IconSolidFamily));
Add(IconClose, Definition.IconClose);

View File

@ -31,6 +31,7 @@ namespace Gallery.Resources.UI
public const string IconLeft = "\uf053";
#endif
public const string IconOption = "\uf013";
public const string IconRefresh = "\uf2f9";
public const string IconLove = "\uf004";
public const string IconCircleLove = "\uf4c7";