获取 Activity中所有的View ViewGroup
返回View
Activity.getWindow().getDecorView()
返回ViewGroup
(ViewGroup)Activity.getWindow().getDecorView()
原文:从赵子隆的文章获取
获取 Activity中所有的View ViewGroup
返回View
Activity.getWindow().getDecorView()
返回ViewGroup
(ViewGroup)Activity.getWindow().getDecorView()
原文:从赵子隆的文章获取