Update test page. Fix image.png resource.

This commit is contained in:
Vasil Chimev
2015-06-30 10:45:04 +03:00
parent a0cd5cbbc6
commit a5746a9089
2 changed files with 2 additions and 2 deletions

View File

@ -665,7 +665,7 @@
<Content Include="apps\template-tab-navigation\app.css" /> <Content Include="apps\template-tab-navigation\app.css" />
<Content Include="apps\ui-tests-app\modal-view\login-page.xml" /> <Content Include="apps\ui-tests-app\modal-view\login-page.xml" />
<Content Include="apps\ui-tests-app\modal-view\modal-view.xml" /> <Content Include="apps\ui-tests-app\modal-view\modal-view.xml" />
<Resource Include="apps\ui-tests-app\pages\image.png" /> <Resource Include="apps\ui-tests-app\pages\red.png" />
<Content Include="apps\ui-tests-app\pages\text\text-field.xml" /> <Content Include="apps\ui-tests-app\pages\text\text-field.xml" />
<Content Include="apps\ui-tests-app\pages\text\text-view.xml" /> <Content Include="apps\ui-tests-app\pages\text\text-view.xml" />
<Content Include="apps\ui-tests-app\pages\text\label.xml" /> <Content Include="apps\ui-tests-app\pages\text\label.xml" />

View File

@ -17,7 +17,7 @@
<Button text="sans-serif" style="font-family: sans-serif"/> <Button text="sans-serif" style="font-family: sans-serif"/>
<Button text="monospace" style="font-family: monospace"/> <Button text="monospace" style="font-family: monospace"/>
<Button text="Times New Roman" style="font-family: Times New Roman"/> <Button text="Times New Roman" style="font-family: Times New Roman"/>
<Button text="invalid font" style="font-family: InvalidFont"/> <Button text="invalid" style="font-family: InvalidFont"/>
<Button text="all in one" style="font-family: serif; font-weight: bold; font-style: italic; font-size: 32; color: green" /> <Button text="all in one" style="font-family: serif; font-weight: bold; font-style: italic; font-size: 32; color: green" />
</WrapLayout> </WrapLayout>
</StackLayout> </StackLayout>