ViewGroup

  • 自定义ViewGroup详解

    一、ViewGroup基础 ViewGroup是Android中所有布局的基类,它充当了容器的角色,可以容纳其他View。比如LinearLayout、RelativeLayout…

    编程 2025-02-05