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