Rename andorid module source
0.去除无用的资源.color,image,drawable,sytle等等. 1.shell文件批量增加前缀 find /tmp/dir -type f | rename ‘s/^/pl_libutil_/’ rename ‘s/^/pl_libutil_/’ *.png
————-java文件——————– R.drawable.common_back_icon
图片文件搜索方法 crl+h R.drawable.xxxxxxxxx ————-java文件——————–
————-xml文件——————– R.drawable.common_back_icon
图片文件搜索方法 crl+h R.drawable.xxxxxxxxx ————-xml文件——————–
Enjoy Reading This Article?
Here are some more articles you might like to read next: