AabResGuard
AabResGuard copied to clipboard
Ignore lines not starting with white space when parsing
trafficstars
This allows you to comment out lines, e.g. using '#'.
For example:
res dir mapping:
res/anim -> res/a
res/color -> res/b
# res/drawable -> res/c
# res/interpolator -> res/d
res/layout -> res/e
res/menu -> res/f
res/raw -> res/g
res/xml -> res/h
@JingYeoh please review, thanks.