Because we always use the latest framework code, some resources might fail to resolve when using old themes (they haven't been backported). Since this is an artifact caused by us using always the latest code, we check for some of those values and replace them here. Bug: http://b.android.com/225105 Test: Included new testActivityOnOldTheme Change-Id: Ia7a8a27fb81fe0b4a1e0c9610a2033a87720864d
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.