Delete an unnecessary file (#4655)

This commit is contained in:
Vasil Chimev
2017-08-04 17:45:35 +03:00
committed by GitHub
parent 7eb9cbfcb0
commit e827eced8e

View File

@@ -1,8 +0,0 @@
<Page xmlns="http://schemas.nativescript.org/tns.xsd">
<StackLayout id="root">
<SearchBar />
<Progress value="50" maxValue="100" margin="22" />
<Button text="set" tap="set" margin="2" />
<Button text="clear" tap="clear" margin="2" />
</StackLayout>
</Page>