New activity without xml layout in Android studio

Viewed 6231

When I create new Activity class in Android studio , two XML layout files will generate automatically.

One of them have same name with my Activity and other XML file have name like : Content_[activity name].XML

Now, how can i turn off this auto generating work in Android Studio?

I want to create new activities in android studio without any XML layout file.

2 Answers
Related