这将返回findViewById(android.R.id.content).getRootView()
什么?它会返回我的应用程序的 rootview 还是 android 主屏幕的 rootview?
问问题
2202 次
2 回答
1
getRootView() 查找当前视图层次结构中最顶层的视图。
在http://developer.android.com/reference/android/view/View.html
基本上会返回您所看到的当前屏幕的“最高父视图”。
于 2013-01-31T09:54:18.673 回答
0
您将获得应用程序的根视图。
于 2013-01-31T09:55:06.210 回答