Unlike previous version, the new API 23 comes with the coordinatorLayout
and stuff and just to make them simple to use android has distinguished activity's layout into two different layout i.e. content_main.xml
& activity_main.xml
.
I'll explain what they are for:
activity_main.xml
this xml file is used to display coordinatorLayout
, tabLayout
, floatingActionButton
, viewPager
etc..
content_main.xml
This xml file is use to display your stuff i.e. what you want to display to users.
So, if you are just asking in which xml you have to put your stuff, content_main.xml
is the one....
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…