博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Layout入门
阅读量:5892 次
发布时间:2019-06-19

本文共 1017 字,大约阅读时间需要 3 分钟。

A layout defines the visual structure for a user interface, such as the UI for an  or . You can declare a layout in two ways:

  • Declare UI elements in XML. Android provides a straightforward XML vocabulary that corresponds to the View classes and subclasses, such as those for widgets and layouts.
  • Instantiate layout elements at runtime. Your application can create View and ViewGroup objects (and manipulate their properties) programmatically.

  Each layout file must contain exactly one root element, which must be a View or ViewGroup object. Once you've defined the root element, you can add additional layout objects or widgets as child elements to gradually build a View hierarchy that defines your layout.

layout为用户接口定义一个可视化的结构,比如activity或者appt widget的用户接口。

每一个个layout文件必须含有一个(只能是一个)View 或者 ViewGroup对象的root element。(在疯狂android讲义里说过:每一个Layout都是ViewGroup对象)你可以增加额外的layout对象(这个layout对象也至少有一个root element)或者widgets作为child element。

layout的继承图:

from:

转载于:https://www.cnblogs.com/darknife/archive/2013/04/30/3052481.html

你可能感兴趣的文章
Java功底篇系列-04-基本类型/包装类型/Collections/Arrays
查看>>
Linux下网站安全加固方案
查看>>
查看操作系统位数
查看>>
我的友情链接
查看>>
数据依赖
查看>>
myeclipse开发Webservice
查看>>
解决Esxi安装server 2008 R2 鼠标轻飘飘现象
查看>>
千古兴亡多少事,一江春水向东流--转任总文章
查看>>
开源社区工具
查看>>
DEDE全站评论总数调用以及与使用方法
查看>>
1-2 给容器和PODS 分配CPU资源
查看>>
natas系列0--10
查看>>
Kubernetes 1.5.1 部署
查看>>
shell echo打印换行的方法
查看>>
数据导数据工具xtrabackup之xtrabackup_binlog_pos_innodb和xtrabackup_binlog_info区别
查看>>
67:zabbix之添加主动/被动模式|添加监控主机|自定义模块|图形中乱码|自动发现...
查看>>
汽车保养
查看>>
Unix系统性能监控工具之--SAR
查看>>
JVM参数调优
查看>>
基于模块类型php部署LAMP
查看>>