Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 450 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 450 Bytes

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