This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
default drawable-xxhdpi/, 66% drawable-xhdpi/, 50% drawable-hdpi/, 33% drawable-mdpi/, 25% drawable-ldpi/ | |
default mipmap-xxhdpi/, 66% mipmap-xhdpi/, 50% mipmap-hdpi/, 33% mipmap-mdpi/, 25% mipmap-ldpi/, 125% mipmap-xxxhdpi/ | |
default drawable-xxhdpi/, 66% drawable-xhdpi/, 50% drawable-hdpi/, 33% drawable-mdpi/, 25% drawable-ldpi/ | |
default drawable-xhdpi/, 151% drawable-xxhdpi/, 75% drawable-hdpi/, 50% drawable-mdpi/, 38% drawable-ldpi/ | |
default mipmap-xxhdpi/, 66% mipmap-xhdpi/, 50% mipmap-hdpi/, 33% mipmap-mdpi/, 133% mipmap-xxxhdpi/ | |
default drawable-hdpi/, 200% drawable-xxhdpi/, 133% drawable-xhdpi/, 66% drawable-mdpi/, 50% drawable-ldpi/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# coding:utf-8 | |
import os | |
import shutil | |
import zipfile | |
class TextProcesser: | |
def __init__(self, file_path): | |
self.file_path = file_path |
NewerOlder