mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
committed by
Nathan Walker
parent
3bd2d96f29
commit
a12c188d0f
14
apps/ui/src/issues/issue-8810-page.xml
Normal file
14
apps/ui/src/issues/issue-8810-page.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<Page>
|
||||
<ActionBar title="issue-8810"></ActionBar>
|
||||
|
||||
<StackLayout
|
||||
orientation="horizontal"
|
||||
verticalAlignment="center"
|
||||
horizontalAlignment="center"
|
||||
padding="30"
|
||||
borderWidth="1">
|
||||
<Label
|
||||
text="Play with NativeScript!"
|
||||
borderWidth="1"/>
|
||||
</StackLayout>
|
||||
</Page>
|
||||
@@ -33,6 +33,7 @@ export function loadExamples() {
|
||||
examples.set('6439', 'issues/issue-6439-page');
|
||||
examples.set('open-file-6895', 'issues/open-file-6895-page');
|
||||
examples.set("7469", "issues/issue-7469-page");
|
||||
examples.set('8810', 'issues/issue-8810-page');
|
||||
|
||||
return examples;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user