摘要: 1、直接继承View的自定义控件需要重写onMeasure方法并设置wrap_content时的自身大小,否则在布局中使用wrap_content时就相当于使用match_parent。 2、在Activity的onCreate、onStart、onResume方法中均无法正确得到某个View的宽/ 阅读全文
posted @ 2021-04-26 21:47 我好cai 阅读(22) 评论(0) 推荐(0) 编辑