Whenever I create my second Activity
, two layouts are generated for it. In my case it was activity_pincipal
and content_principal
.
Why does this occur?
Whenever I create my second Activity
, two layouts are generated for it. In my case it was activity_pincipal
and content_principal
.
Why does this occur?
They are the files for your application design, the content is the content that you put inside the application like textviews list views etc.