What is a rootView?

前端 未结 3 1500
迷失自我
迷失自我 2020-12-06 14:24

Hello I\'m new in Android and I\'ve opened a project with the default template Master detail flow but I don\'t know what is a rootView. I\'

3条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-06 14:44

    Elements displayed are organized in tree hierarchy. For example if you put Button in Linear Layout container, then LinearLayout is parent for said Button. The top-most parent which got nothing "above" is "root". Same applies for i.e. folders and files - you get parent folder and there's also root folder - at the very top of the hierarchy

提交回复
热议问题