am f48ab8fe: am 3b7c09b4: LayoutLib: Correctly resolve ?attr/foo [DO NOT MERGE]

* commit 'f48ab8feec71419e574a2d2f08a29be87743ef07':
  LayoutLib: Correctly resolve ?attr/foo [DO NOT MERGE]
This commit is contained in:
Deepanshu Gupta
2014-06-03 20:24:25 +00:00
committed by Android Git Automerger

View File

@@ -556,7 +556,7 @@ public final class BridgeContext extends Context {
StyleResourceValue customStyleValues = null; StyleResourceValue customStyleValues = null;
if (customStyle != null) { if (customStyle != null) {
ResourceValue item = mRenderResources.findResValue(customStyle, ResourceValue item = mRenderResources.findResValue(customStyle,
false /*forceFrameworkOnly*/); isPlatformFile /*forceFrameworkOnly*/);
// resolve it in case it links to something else // resolve it in case it links to something else
item = mRenderResources.resolveResValue(item); item = mRenderResources.resolveResValue(item);