Files
frameworks_base/tools/layoutlib
Sergey Prigogin d0e462e3cd Fix a NPE with outlineProvider="none"
Do not attempt to draw outline when outline provider is null.

Test: manually follow the steps in https://b.corp.google.com/issues/37139123#comment1
Bug: https://issuetracker.google.com/37139123

Change-Id: I6e09c187d5a8e1364e2ecbe12bbb5a17ad057965
Signed-off-by: Sergey Prigogin <sprigogin@google.com>
2017-04-25 16:34:40 -07:00
..
2017-02-13 12:54:10 -08:00

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.