Difference between content_main.xml and activity_main.xml?

前端 未结 6 1448
盖世英雄少女心
盖世英雄少女心 2020-11-28 08:16

I am new to Android App development. I have Android Studio 1.4. In my layout folder I have two XML files (content_main.xml and activity_main.xml).

6条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-11-28 08:52

    Android Studio 1.4 gives a default new option of content_main.xml in the activity. actually activity load the xml file of activity_main.xml for your layout. content_main.xml is the part of main.xml. you can use both for layout,but main.xml is necessary for your Activity. its a option to choose the content_main.xml for design of layout. Hope you get it.

提交回复
热议问题