I used the Settings Activity
template to create a new activity in android studio. After creating it, I cannot find the layout file of the activity anywhere. Where can I find the layout file? If there is no layout file for Settings Activity
template, how can I change its contents?
Android studio also created a new folder called xml
, does this have anything to with the settings activity?