combine projects into one
This commit is contained in:
@ -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>
|
@ -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);
|
||||
|
@ -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";
|
||||
|
Reference in New Issue
Block a user