add perosnicon

This commit is contained in:
stubbfel
2013-09-03 15:06:08 +02:00
parent f92442b17e
commit 20b1f6f748
5 changed files with 16 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -411,6 +411,7 @@
<Content Include="Assets\Icons\DarkTheme\exams_159.png" />
<Content Include="Assets\Icons\DarkTheme\favorite_159.png" />
<Content Include="Assets\Icons\DarkTheme\info_159.png" />
<Content Include="Assets\Icons\DarkTheme\person_159.png" />
<Content Include="Assets\Icons\DarkTheme\phone_159.png" />
<Content Include="Assets\Icons\DarkTheme\search_place_159.png" />
<Content Include="Assets\Icons\DarkTheme\update_159.png" />
@@ -437,6 +438,7 @@
<Content Include="Assets\Icons\DarkTheme\openhours_159.png" />
<Content Include="Assets\Icons\LightTheme\openhours_159.png" />
<Content Include="Assets\Icons\DarkTheme\schedule_159.png" />
<Content Include="Assets\Icons\LightTheme\person_159.png" />
<Content Include="Assets\Icons\LightTheme\phone_159.png" />
<Content Include="Assets\Icons\LightTheme\schedule_159.png" />
<Content Include="Assets\Icons\DarkTheme\search_159.png" />

View File

@@ -242,6 +242,17 @@ namespace CampusAppWP8.Resources
}
}
/// <summary>
/// Gets the uri string of the Person icon.
/// </summary>
public static string Person
{
get
{
return Themerize("person_159.png");
}
}
/// <summary>
/// Gets the uri string of the Phone icon.
/// </summary>

View File

@@ -177,6 +177,9 @@
<data name="Openhours" xml:space="preserve">
<value>openhours_159.png</value>
</data>
<data name="Person" xml:space="preserve">
<value>person_159.png</value>
</data>
<data name="Phone" xml:space="preserve">
<value>phone_159.png</value>
</data>