what contains all XML layouts , images, amd multimedia files in android studio . don't spam
Answers
Answered by
1
Answer:
Specifically, Android considers XML-based layouts to be resources, and as such, layout files are stored in the reslayout directory inside your Android project. Each XML file contains a tree of elements specifying a layout of widgets and containers that make up one View.
Explanation:
hope it's helpful
Answered by
1
Answer:
The res directory contains all the resources (in subdirectories)
Similar questions