OSDN Git Service

Fix include tag rendering. [DO NOT MERGE]
authorDeepanshu Gupta <deepanshu@google.com>
Tue, 19 May 2015 18:55:15 +0000 (11:55 -0700)
committerDeepanshu Gupta <deepanshu@google.com>
Tue, 25 Aug 2015 19:06:42 +0000 (12:06 -0700)
commit92480a9ad89a813bdf36185fa8c4d227d8415b4c
tree16d66579f45a640dd234c0de0cf62bea62dbe84a
parentf6b08547458b9219da1717a79363f778bfc57dd0
Fix include tag rendering. [DO NOT MERGE]

A missing catch clause caused rendering to be failed when there is an
include tag that doesn't specify layout_width and layout_height. Also
improve the error messages to make debugging easier next time.

Change-Id: I617762636973a010b34da167c7b5fcd328b7d178
(cherry picked from commit 21b564573327b1ed2f7e06146b8a01c47ede3089)
tools/layoutlib/bridge/src/android/content/res/BridgeTypedArray.java
tools/layoutlib/bridge/src/android/view/LayoutInflater_Delegate.java