Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3cbef2cc authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android Git Automerger
Browse files

am 5474902f: Merge "xhdpi" into froyo

Merge commit '5474902f' into froyo-plus-aosp

* commit '5474902f':
  xhdpi
parents e7cce11e 5474902f
Loading
Loading
Loading
Loading
+5 −0
Original line number Original line Diff line number Diff line
@@ -888,6 +888,11 @@ bool AaptGroupEntry::getDensityName(const char* name,
        return true;
        return true;
    }
    }
    
    
    if (strcmp(name, "xhdpi") == 0) {
        if (out) out->density = ResTable_config::DENSITY_MEDIUM*2;
        return true;
    }
    
    char* c = (char*)name;
    char* c = (char*)name;
    while (*c >= '0' && *c <= '9') {
    while (*c >= '0' && *c <= '9') {
        c++;
        c++;