Does Android support compression of XML source resources, that is, those in the directory res/xml?
I have several resources in assetsand plan to move them to res/xml(so that I can localize them), but I'm not sure if they will be compressed then.
I understand that I can verify this by unbuttoning some apk, but maybe someone already knows?
source
share