I\'d like to load the value as it is. I have two dimension.xml files, one in /res/values/dimension.xml and the other one in /res/values-sw360
dimension.xml
/res/values/dimension.xml
/res/values-sw360
For those who just need to save some int value in the resources, you can do the following.
int
integers.xml
100
Code
int defaultValue = getResources().getInteger(R.integer.default_value);