The theme editor is throwing an exception with the last embedded layoutlib because a missing method. Added also another missing method in FontFamily. Change-Id: I710ba7618df6444a3185b581cdc5dc8400f7c604
Layoutlib is a custom version of the android View framework designed to run inside Eclipse. The goal of the library is to provide layout rendering in Eclipse that are very very close to their rendering on devices. None of the com.android.* or android.* classes in layoutlib run on devices.