i have just found out, that the original R.java contains some arrays of IDs, i.e.
Using java Syntax Highlighting
- public static final int ViewGroup_MarginLayout[] = {
- 0x1010051, 0x1010052, 0x1010053, 0x1010054, 0x1010055, 0x1010056
- };
Parsed in 0.045 seconds, using GeSHi 1.0.8.4
Anybody has an idea, how I can do this? I have really a lot of icon sets and atm i build an array with all the R.drawable.XYZ manually with:
Using java Syntax Highlighting
- int[] foobar = {R.drawable.x, R.drawable.y...}
Parsed in 0.030 seconds, using GeSHi 1.0.8.4
in the java code, and its getting more and more...
It would be nice, if I can have this array in the R.java.

).



