mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-26 03:01:51 +08:00
Rename the files
This commit is contained in:
13
tests/app/styling/app.ts
Normal file
13
tests/app/styling/app.ts
Normal file
@ -0,0 +1,13 @@
|
||||
import application = require("application");
|
||||
|
||||
import trace = require("trace");
|
||||
trace.enable();
|
||||
trace.setCategories(trace.categories.concat(
|
||||
trace.categories.Layout
|
||||
//, trace.categories.NativeLifecycle
|
||||
//, trace.categories.Navigation
|
||||
//, trace.categories.ViewHierarchy
|
||||
//, trace.categories.VisualTreeEvents
|
||||
));
|
||||
|
||||
application.start({ moduleName: "styling/mainPage" });
|
Reference in New Issue
Block a user