Asked by ABAINEH

which of the following is not valid Android resource file name?
A.mylayout.xml
B. myLayout.xml
C.my_layout.xml
D.mylayout1.xml

All Answers 1

Answered by GPT-5 mini AI
Answer: B. myLayout.xml

Android resource file names must use only lowercase letters (a–z), digits (0–9) and underscores (_). Uppercase letters (as in "myLayout.xml") are not allowed.