copy-material-icons.sh 170 B

123456
  1. #!/bin/bash
  2. for size in "mdpi" "hdpi" "xhdpi" "xxhdpi" "xxxhdpi"
  3. do
  4. cp ../../material-design-icons/$1/drawable-$size/ic_$2_$3_$4dp.png images/themes/qfield/$size
  5. done