i have this layout inside a folder menu< xxx.xml
How suppose i call it in java? setContentView(R.layout.xxx.xml);(i got error)
i already trying add the path to the gradle but without success
i have this layout inside a folder menu< xxx.xml
How suppose i call it in java? setContentView(R.layout.xxx.xml);(i got error)
i already trying add the path to the gradle but without success
Copyright © 2021 Jogjafile Inc.
You're calling the wrong the folder. You need to move the xxx.xml to the
layout
folderAs the following: