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);
}
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);
}
© 著作权归作者所有