1 private static View getRootView(Activity context)
2     {
3         return ((ViewGroup)context.findViewById(android.R.id.content)).getChildAt(0);
4     }

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-06-18
  • 2021-05-25
  • 2022-12-23
  • 2021-06-11
  • 2021-06-29
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-06-13
  • 2022-12-23
  • 2022-12-23
  • 2021-10-26
  • 2021-08-21
相关资源
相似解决方案