| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,13 +1,13 @@ | |||
| 1 | 1 | import { EventData, Page } from "tns-core-modules/ui/page"; | |
| 2 | 2 | import { View } from "tns-core-modules/ui/core/view"; | |
| 3 | - import { Layout } from "tns-core-modules/ui/layouts/layout"; | ||
| 3 | + import { WrapLayout } from "tns-core-modules/ui/layouts/wrap-layout"; | ||
| 4 | 4 | import { Image } from "tns-core-modules/ui/image"; | |
| 5 | 5 | ||
| 6 | - let wrapLayout: Layout; | ||
| 6 | + let wrapLayout: WrapLayout; | ||
| 7 | 7 | ||
| 8 | 8 | export function pageLoaded(args: EventData) { | |
| 9 | 9 | const page = <Page>args.object; | |
| 10 | - wrapLayout = page.getViewById<Layout>("wrapLayout"); | ||
| 10 | + wrapLayout = page.getViewById<WrapLayout>("wrapLayout"); | ||
| 11 | 11 | } | |
| 12 | 12 | ||
| 13 | 13 | export function onAddItem(args: EventData) { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments