Android-Dimen-Multiplier icon indicating copy to clipboard operation
Android-Dimen-Multiplier copied to clipboard

This is a simple python script that can help you multiply all the values inside android dimen.xml file.

Android dimen.xml multiplier

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.

Usage

python multiple.py <multiplying_power> <input_file> <output_file>

Requirements

  • Python 2.7 - http://www.python.org/