When PreferenceScreen contains the Intent tag with the extra tag, the parsing of xml file is failed and causes the render problem on Layout editor. Test: N/A Bug: http://b.android.com/233302 Change-Id: I987de7aa125299d46fc1b7670f07f3dd4427ee21
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.