Loading tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ResourceHelper.java +1 −1 Original line number Diff line number Diff line Loading @@ -379,7 +379,7 @@ public final class ResourceHelper { } // check the first character if (buf[0] < '0' && buf[0] > '9' && buf[0] != '.' && buf[0] != '-') { if ((buf[0] < '0' || buf[0] > '9') && buf[0] != '.' && buf[0] != '-') { return false; } Loading Loading
tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ResourceHelper.java +1 −1 Original line number Diff line number Diff line Loading @@ -379,7 +379,7 @@ public final class ResourceHelper { } // check the first character if (buf[0] < '0' && buf[0] > '9' && buf[0] != '.' && buf[0] != '-') { if ((buf[0] < '0' || buf[0] > '9') && buf[0] != '.' && buf[0] != '-') { return false; } Loading