commit | f5ca45baab32d83bd46a85917dc5521785cd2a89 | [log] [tgz] |
---|---|---|
author | Deepanshu Gupta <deepanshu@google.com> | Tue Jun 30 22:41:34 2015 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Tue Jun 30 22:41:44 2015 +0000 |
tree | f32a8d97159f2c971fbb2108e976531863e53c57 | |
parent | 6ef5898793ea5cda3767c219bd8a2c564991747c [diff] | |
parent | 5d1eaf4a197130f561b16c4ed083cf016b20ab92 [diff] |
Merge "Add missing resolveResValue call." into mnc-dev
diff --git a/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/BridgeContext.java b/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/BridgeContext.java index 422b2aa..582ac33 100644 --- a/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/BridgeContext.java +++ b/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/BridgeContext.java
@@ -742,7 +742,7 @@ if (item != null) { // item is a reference to a style entry. Search for it. item = mRenderResources.findResValue(item.getValue(), item.isFramework()); - + item = mRenderResources.resolveResValue(item); if (item instanceof StyleResourceValue) { defStyleValues = (StyleResourceValue) item; }