Don't resize 9Patch images. This messes up the Chat View

This commit is contained in:
Guillaume BIENKOWSKI 2013-10-18 15:53:28 +02:00
parent 4bc6556a15
commit 10ac514325

View file

@ -40,6 +40,10 @@ for PNG in $PNGS; do
SUFFIX="~ipad"
BASENAME=$(echo ${BASENAME} |cut -f1 -d~)
;;
# don't ever resize 9Patch assets, otherwise it can't handle the resizing
*9)
PROCESS=false
;;
esac
STANDARDFILE=${BASENAME}${SUFFIX}.png