Why when I add a new .xml resource to the res folder of my project, doesn’t a new source be registered in class R? For example, if in res I add table.xml
<resources> <string name="tab1">column 1</string> </resources> Then i can't access via
R.table.tab1 even after synchronization