This is a simple python script that multiply all the numbers in Android dimen.xml file.
If you define dimension values in dimen.xml, and want to change every value for smaller or bigger.
This python script can do the job for you.
python multiple.py <multiplying_power> <input_file> <output_file>
- Python 2.7 - http://www.python.org/