Merge change I7c7b1596 into eclair

* changes:
  Fix a warning output.
This commit is contained in:
Android (Google) Code Review
2009-09-28 16:49:16 -04:00

View File

@@ -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;
}