diff --git a/CrossPlatformModules.csproj b/CrossPlatformModules.csproj index cd05937ca..ad7e5626a 100644 --- a/CrossPlatformModules.csproj +++ b/CrossPlatformModules.csproj @@ -60,6 +60,9 @@ + + list-picker.xml + main-page.xml @@ -72,9 +75,6 @@ list-view.xml - - image.xml - main-page.xml @@ -572,6 +572,12 @@ + + + + + + Designer @@ -722,9 +728,9 @@ Designer - - camera.d.ts - + + camera.d.ts + camera.d.ts @@ -761,9 +767,6 @@ - - main-page.xml - diff --git a/apps/gallery-app/main-page.css b/apps/gallery-app/app.css similarity index 100% rename from apps/gallery-app/main-page.css rename to apps/gallery-app/app.css diff --git a/apps/gallery-app/app.ts b/apps/gallery-app/app.ts index cb572300b..519a85d36 100644 --- a/apps/gallery-app/app.ts +++ b/apps/gallery-app/app.ts @@ -1,3 +1,7 @@ import application = require("application"); application.mainModule = "main-page"; + +// Needed only for build infrastructure +application.cssFile = "app.css"; + application.start(); diff --git a/apps/gallery-app/content/border.xml b/apps/gallery-app/content/border.xml new file mode 100644 index 000000000..265858ba7 --- /dev/null +++ b/apps/gallery-app/content/border.xml @@ -0,0 +1,7 @@ + + + + + \ No newline at end of file diff --git a/apps/gallery-app/main-page.xml b/apps/gallery-app/main-page.xml index 1fb2fbcc0..3240e80fa 100644 --- a/apps/gallery-app/main-page.xml +++ b/apps/gallery-app/main-page.xml @@ -16,6 +16,7 @@