首页
IT
登录
6mi
u
盘
搜
搜 索
IT
自定义组合控件流程
自定义组合控件流程
xiaoxiao
2021-03-25
97
1.自定义一个View,继承ViewGroup,比如RelativeLayout
2.编写组合控件的布局,在的View中加载
View
.
inflate
(getContext()
,
R.layout.
view_item_setting
,this
)
;
3.自定义属性
转载请注明原文地址: https://ju.6miu.com/read-17742.html
技术
最新回复
(
0
)