I am just experimenting and playing around with Layouts and noticed that for each additional layout that I use, I am consuming memory. (Is it largely just due to additional code - even unused?)
eg:
1 layout file = xKB
2 layout file = x * 2 kB (just a number. not definite)
so, when I added like 4 layout files (for 4 diff views / screens) - I'm getting the memory size ballon upwards and I'm hitting the max.
Even w/ my current 1 single layout, all the code is making the app close to 45/64kB max.
I need to figure out ways to reduce the memory footprint. (does anyone has optimisation clues / guidance?)
Thanks