mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 03:31:45 +08:00
page updated
This commit is contained in:
@ -117,6 +117,7 @@
|
|||||||
<Content Include="apps\action-bar-demo\pages\center-view-segmented.xml" />
|
<Content Include="apps\action-bar-demo\pages\center-view-segmented.xml" />
|
||||||
<Content Include="apps\action-bar-demo\pages\center-view.xml" />
|
<Content Include="apps\action-bar-demo\pages\center-view.xml" />
|
||||||
<Content Include="apps\action-bar-demo\pages\data-binding.xml" />
|
<Content Include="apps\action-bar-demo\pages\data-binding.xml" />
|
||||||
|
<Content Include="apps\gallery-app\text-decoration.xml" />
|
||||||
<Content Include="apps\tests\ui\action-bar\ActionBar_NumberAsText.xml" />
|
<Content Include="apps\tests\ui\action-bar\ActionBar_NumberAsText.xml" />
|
||||||
<Content Include="apps\tests\ui\page\modal-page.xml">
|
<Content Include="apps\tests\ui\page\modal-page.xml">
|
||||||
<SubType>Designer</SubType>
|
<SubType>Designer</SubType>
|
||||||
@ -2092,7 +2093,7 @@
|
|||||||
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
|
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
|
||||||
</WebProjectProperties>
|
</WebProjectProperties>
|
||||||
</FlavorProperties>
|
</FlavorProperties>
|
||||||
<UserProperties ui_2scroll-view_2package_1json__JSONSchema="http://json.schemastore.org/package" apps_2editable-text-demo_2package_1json__JSONSchema="http://json.schemastore.org/package" apps_2absolute-layout-demo_2package_1json__JSONSchema="http://json.schemastore.org/package" apps_2gallery-app_2package_1json__JSONSchema="http://json.schemastore.org/package" ui_2content-view_2package_1json__JSONSchema="http://json.schemastore.org/package" ui_2web-view_2package_1json__JSONSchema="http://json.schemastore.org/package" ui_2layouts_2absolute-layout_2package_1json__JSONSchema="http://json.schemastore.org/package" ui_2layouts_2dock-layout_2package_1json__JSONSchema="" ui_2layouts_2grid-layout_2package_1json__JSONSchema="" ui_2layouts_2wrap-layout_2package_1json__JSONSchema="http://json.schemastore.org/package" />
|
<UserProperties ui_2layouts_2wrap-layout_2package_1json__JSONSchema="http://json.schemastore.org/package" ui_2layouts_2grid-layout_2package_1json__JSONSchema="" ui_2layouts_2dock-layout_2package_1json__JSONSchema="" ui_2layouts_2absolute-layout_2package_1json__JSONSchema="http://json.schemastore.org/package" ui_2web-view_2package_1json__JSONSchema="http://json.schemastore.org/package" ui_2content-view_2package_1json__JSONSchema="http://json.schemastore.org/package" apps_2gallery-app_2package_1json__JSONSchema="http://json.schemastore.org/package" apps_2absolute-layout-demo_2package_1json__JSONSchema="http://json.schemastore.org/package" apps_2editable-text-demo_2package_1json__JSONSchema="http://json.schemastore.org/package" ui_2scroll-view_2package_1json__JSONSchema="http://json.schemastore.org/package" />
|
||||||
</VisualStudio>
|
</VisualStudio>
|
||||||
</ProjectExtensions>
|
</ProjectExtensions>
|
||||||
</Project>
|
</Project>
|
@ -3,12 +3,15 @@
|
|||||||
<Label text="Label" style="text-decoration:none" />
|
<Label text="Label" style="text-decoration:none" />
|
||||||
<Label text="Label" style="text-decoration:underline" />
|
<Label text="Label" style="text-decoration:underline" />
|
||||||
<Label text="Label" style="text-decoration:line-through" />
|
<Label text="Label" style="text-decoration:line-through" />
|
||||||
|
|
||||||
<TextField text="TextField" style="text-decoration:none" />
|
<TextField text="TextField" style="text-decoration:none" />
|
||||||
<TextField text="TextField" style="text-decoration:underline" />
|
<TextField text="TextField" style="text-decoration:underline" />
|
||||||
<TextField text="TextField" style="text-decoration:line-through" />
|
<TextField text="TextField" style="text-decoration:line-through" />
|
||||||
|
|
||||||
<TextView text="TextView" style="text-decoration:none" />
|
<TextView text="TextView" style="text-decoration:none" />
|
||||||
<TextView text="TextView" style="text-decoration:underline" />
|
<TextView text="TextView" style="text-decoration:underline" />
|
||||||
<TextView text="TextView" style="text-decoration:line-through" />
|
<TextView text="TextView" style="text-decoration:line-through" />
|
||||||
|
|
||||||
<Button text="Button" style="text-decoration:none" />
|
<Button text="Button" style="text-decoration:none" />
|
||||||
<Button text="Button" style="text-decoration:underline" />
|
<Button text="Button" style="text-decoration:underline" />
|
||||||
<Button text="Button" style="text-decoration:line-through" />
|
<Button text="Button" style="text-decoration:line-through" />
|
||||||
|
Reference in New Issue
Block a user