ViewGroup
  • 音标:/vjuː ɡruːp/
  • 意思:视图组;可以包含其他View的容器
  • 例句ViewGroup is a special View that can contain other views called children.
  • 翻译:ViewGroup是一种特殊的View,可以包含其他视图(称为子视图)。
  • 补充说明:常见的ViewGroup包括LinearLayout、RelativeLayout、FrameLayout、ConstraintLayout等。