| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
Move folders around to match default gradle/maven
folder structure.
The custom structure confused some IDEs when importing
the project as a Gradle project.
Change-Id: Iddd154cd491e21a047d93bd67cc2cfa005fb6158
|
|
|
|
|
|
|
|
|
| |
Updated the groupId of most artifacts to be more
reflective of their sub-projects status in the SDK tools.
Added lint artifacts.
Change-Id: I900a165647a9b7d3c55b473f63c4ca4469762d7b
|
|
|
|
| |
Change-Id: Iead02d468590407ec274357f1a1c57ed8d5cc24c
|
|
|
|
|
|
|
| |
- Capability for fixed 9-patch scaling.
- software button param for rendering.
Change-Id: I2616dbd97dc413c2c5b5d52af6309967400d2456
|
|
|
|
| |
Change-Id: If02d0b97c294d9821a1c914547782a08b1d256fb
|
|
|
|
|
|
|
| |
Also make it so that older layoutlib that are using API5 return the
value through reflection (done in LayoutLibrary.)
Change-Id: I3a32666e525f0f1d37a13e670d1d1c659b8e2027
|
|
|
|
| |
Change-Id: I0de48e3519f38a63c3462f5eb0c7f6c2a29d0e6f
|
|
|
|
| |
Change-Id: Idbb54de6dee6d6b466476a0e3acdd87dd394ee42
|
|
|
|
|
|
|
| |
The Layoutlib_api is changed to allow passing information regarding
adapter content, and querying eclipse to fill the items.
Change-Id: Ie5a047ab9cd0ed7677c13309d95663eae462c3e7
|
|
|
|
|
|
|
|
|
|
| |
This lets the session do the measure/layout part and skip
the draw.
This returns the object location through the ViewInfo but
not the rendering.
Change-Id: I8875b4631b5fb00efa7096d804129612d46d9dc9
|
|
RenderParams is now a base class. SessionParams extends it
(and contains the layout and the rendering mode which are not
part of the base class).
DrawableParams is used for the new action and adds a reference
to a ResourceValue.
Change-Id: Ieacf4da91fda95df1d25a32ae0953bd9d8028113
|