commit | 196b73136589ba50d9f5b2b96552e0edf15ae03c | [log] [tgz] |
---|---|---|
author | Diego Perez <diegoperez@google.com> | Wed Feb 15 11:48:44 2017 +0000 |
committer | Diego Perez <diegoperez@google.com> | Wed Feb 15 11:48:44 2017 +0000 |
tree | 2cda315e61f0798241fa8d98af1048efb3b7bcf1 | |
parent | 789c4b4b14880621f05e7750f594b24bc93fcff9 [diff] |
Set the correct class loader in Resources The class loader in Resources is now used to inflate drawables. Because layoutlib was using the system class loader, the drawables would fail to inflate. With this change, Resources will use the layoutlib class loader instead of the system one. Test: Tested from the studio side Change-Id: I933ff68e704f9d3599b69cd74e98e44bdca3c789