标签:
1. getWindow().getDecorView().findViewById(android.R.id.content)
2. private static View getRootView(Activity context)
{
return ((ViewGroup)context.findViewById(android.R.id.content)).getChildAt(0);
}
标签:
原文地址:http://my.oschina.net/u/855532/blog/405565