【发布时间】:2019-04-29 15:20:21
【问题描述】:
NativeScript 中 DIV 的替代品是什么?
如何使用块内联内容?
【问题讨论】:
-
在移动开发中没有DIV,只有视图
-
可能是一个布局,比如
StackLayout -
如何在 NativeScript 中命名这个元素?我需要将一些元素分组并内联显示这些块
-
如何使用
StackLayout创建三个内容相同的块?<Label class="sidedrawer-header-image fa" text="&#xf2bd;"></Label> <Label class="sidedrawer-header-brand" text="User Name"></Label> <Label class="footnote" text="username@mail.com"></Label>? -
看看NS Layout guide,真的很有用。
标签: nativescript angular2-nativescript