Loading tools/layoutlib/bridge/src/com/android/layoutlib/bridge/BridgeTypedArray.java +2 −1 Original line number Diff line number Diff line Loading @@ -673,7 +673,8 @@ public final class BridgeTypedArray extends TypedArray { // looks like we were unable to resolve the drawable mContext.getLogger().warning(String.format( "Unable to resolve drawable \"%1$s\" in attribute \"%2$s\"", value, mNames[index])); "Unable to resolve drawable \"%1$s\" in attribute \"%2$s\"", stringValue, mNames[index])); return null; } Loading Loading
tools/layoutlib/bridge/src/com/android/layoutlib/bridge/BridgeTypedArray.java +2 −1 Original line number Diff line number Diff line Loading @@ -673,7 +673,8 @@ public final class BridgeTypedArray extends TypedArray { // looks like we were unable to resolve the drawable mContext.getLogger().warning(String.format( "Unable to resolve drawable \"%1$s\" in attribute \"%2$s\"", value, mNames[index])); "Unable to resolve drawable \"%1$s\" in attribute \"%2$s\"", stringValue, mNames[index])); return null; } Loading