OSDN Git Service

Support full length rendering.
authorXavier Ducrohet <xav@android.com>
Thu, 20 Aug 2009 21:29:56 +0000 (14:29 -0700)
committerXavier Ducrohet <xav@android.com>
Thu, 20 Aug 2009 22:15:35 +0000 (15:15 -0700)
commitd604ad1ad442790af53847d24060ecb097106d26
tree0b75fae936dcbb683367b50ab962838c9f0960d5
parent58b6d1be26bd015b0da9336e82a83fd2cf303d2a
Support full length rendering.

New rendering method in ILayoutBridge to specify whether the rendering
height should be the specified height or if it should be the height
required by the layout (specified height is always the minimum).
tools/layoutlib/api/src/com/android/layoutlib/api/ILayoutBridge.java
tools/layoutlib/bridge/src/com/android/layoutlib/bridge/Bridge.java