当前位置:网站首页>View与ViewGroup
View与ViewGroup
2022-08-02 03:27:00 【m0_63970488】
View是Android所有控件的基类,我们平常所用的TextView和ImageView都是继承View
public class TextView extends View implements ViewTreeObserver.OnPreDrawListener {
...
}
public class ImageView extends View {
....
}
接着看看我们平台常用的布局控件 LinearLayout、它继承自ViewGroup,代码如下所示。
ViewGroup 可以理解为View的组合,它可以包含很多View以及ViewGroup,而它包含的ViewGroup又可以包含View和ViewGroup。以此类推,形成一个View数
public class LinearLayout extends ViewGroup {
...
}
需要注意的是ViewGroup 也继承自View。ViewGroup作为View或者ViewGroup这些组件的容器,派生了多种布局控件子类,比如LinearLayout、RelativeLayout等。一般来说,开发Android应用的用户界面(UI)都不会直接使用View和ViewGroup,而是使用这两大基类的派生类
public abstract class ViewGroup extends View implements ViewParent, ViewManager {
...
}
边栏推荐
- Smart Tips for Frida Scripting in Kali Environment
- 利用cookie获取admin权限 CTF基础题
- 账务处理程序、记账凭证账务处理程序、汇总记账凭证账务处理程序、科目汇总表账务处理程序、会计信息化概述、信息化环境下会计账务处理的基本要求(此章出1道小题)
- uniapp | Compilation error after updating with npm update
- Syncthing文件同步方案完全攻略(亲测有效)
- 成本会计的概念、产品成本核算的要求、产品成本核算的对象与成本项目、产品成本的归集和分配(可能考判断)、产品成本计算方法 (三种:产品的品种(品种法),批次(分批法),步骤(分步法))
- 元宇宙是一个炒作的科幻概念,还是互联网发展的下半场?
- (1) the print () function, escape character, binary and character encoding, variables, data type, the input () function, operator
- 加密数字货币前传:从大卫·乔姆到中本聪
- PHP hash加密与解密
猜你喜欢
Eric target penetration test complete tutorial
不懂“赚钱逻辑”,你永远都是社会最底层(广告电商)
ES6 three-dot operator, array method, string extension method
管理会计(对内)指引、管理会计要素及其具体内容(可能考,考前记一下,推荐记一下四个大点即可)、
v-bind usage: class dynamic binding object array style style and function method
DNS详解
CTF-网鼎杯往届题目
Google Hacking
A network security guinea pig's learning path - scripting of advanced usage of nmap
解密:链动2+1的商业模式
随机推荐
Pycharm packages the project as an exe file
The first time to tear the code by hand, how to solve the problem of full arrangement
备战金九银十:Android 高级架构师的学习路线及面试题分享
DNS详解
英语每日打卡
laravel-admin 线上访问项目,一直重定向到登录页面
hackmyvm: again walkthrough
How to calculate the distance between two points on the earth (with formula derivation)
SGDP(1)——猜数字游戏
OpenCore 黑苹果安装教程
Smart Tips for Frida Scripting in Kali Environment
【一句话攻略】彻底理解JS中的回调(Callback)函数
学IT,找工作——反转链表
[Hello World教程] 使用HBuilder和Uni-app 生成一个简单的微信小程序DEMO
PHP realizes the automatic reverse search prompt of the search box
挖矿是什么意思?矿工都做了什么?
xxe of CTF
考(重点理解哪些属于其他货币资金)、其他货币资金的内容、其他货币资金的账务处理(银行汇票存款、银行本票存款、信用卡存款、信用证保证金存款、存出投资款、外埠存款)
php laravel框架生成二维码
OPENSSL基本实验以及OPENSSL详解