从当前活动获取根视图我知道如何获得根视图View.getRootView()..我也能从按钮上看到onClick参数为视点..但我怎么能得到视点在活动?
3 回答
忽然笑
TA贡献1806条经验 获得超5个赞
findViewById(android.R.id.content)
getWindow().getDecorView().findViewById(android.R.id.content)
setContentView()
final ViewGroup viewGroup = (ViewGroup) ((ViewGroup) this .findViewById(android.R.id.content)).getChildAt(0);
千万里不及你
TA贡献1784条经验 获得超9个赞
getWindow().getDecorView().getRootView()
anyview.getRootView();com.android.internal.policy.impl.PhoneWindow$DecorView@#########
getWindow().getDecorView().findViewById(android.R.id.content)
android.widget.FrameLayout@#######
- 3 回答
- 0 关注
- 370 浏览
添加回答
举报
0/150
提交
取消