Skip to content

LinearLayout

xu_whale edited this page Dec 9, 2019 · 8 revisions

点击查看LinearLayout的Demo

继承关系

LinearLayout extends View

简介

支持横竖向排布的容器视图控件

线性容器,类似Android原生LinearLayout的一种容器视图。分为横向和竖向,根据插入View的顺序依次布局。宽高可自适应。 ⚠️ 该视图目前只支持单行

构造方法

LinearLayout(LinearType a) 创建线性容器控件,默认为横向 ⚠️ 布局方向参见LinearType

API

立即请求布局 ⚠️ 请谨慎使用该方法

Clone this wiki locally