-
Notifications
You must be signed in to change notification settings - Fork 207
LinearLayout
xu.jingyu edited this page Jan 14, 2020
·
8 revisions
LinearLayout extends View
支持横竖向排布的容器视图控件
线性容器,类似Android原生LinearLayout的一种容器视图。分为横向和竖向,根据插入View的顺序依次布局。宽高可自适应。
LinearLayout(LinearType direct) 创建线性容器控件,默认为横向
立即请求布局