diff options
| author | Chris Banes <chrisbanes@google.com> | 2015-08-18 15:46:28 +0100 |
|---|---|---|
| committer | Danny Baumann <dannybaumann@web.de> | 2016-01-13 11:35:13 +0100 |
| commit | 6f0a2cb4415e2e170528c038a8f1cc2f68f60c3c (patch) | |
| tree | 015d508e827a9ba247fa4929e0df19ad93e0a23f /design/api | |
| parent | 2ae0ed11526a7adc53bc896fea5688e03ef429da (diff) | |
| download | android_frameworks_support-6f0a2cb4415e2e170528c038a8f1cc2f68f60c3c.tar.gz android_frameworks_support-6f0a2cb4415e2e170528c038a8f1cc2f68f60c3c.tar.bz2 android_frameworks_support-6f0a2cb4415e2e170528c038a8f1cc2f68f60c3c.zip | |
Make sure that AppBarLayout is laid out correctly
Currently, the scrolling view of a AppBarLayout relies
on CoLs pre draw listener to move itself. This is
problematic for things like activity transitions which
rely on correct position after a layout.
BUG: 23307267
Change-Id: Ibf508908cd22ef29d2c3752b299b8ce5d6346b0a
Diffstat (limited to 'design/api')
| -rw-r--r-- | design/api/current.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/design/api/current.txt b/design/api/current.txt index de4e09b1d9..ff682ee6f5 100644 --- a/design/api/current.txt +++ b/design/api/current.txt @@ -61,6 +61,7 @@ package android.support.design.widget { method public int getOverlayTop(); method public boolean layoutDependsOn(android.support.design.widget.CoordinatorLayout, android.view.View, android.view.View); method public boolean onDependentViewChanged(android.support.design.widget.CoordinatorLayout, android.view.View, android.view.View); + method public boolean onLayoutChild(android.support.design.widget.CoordinatorLayout, android.view.View, int); method public boolean onMeasureChild(android.support.design.widget.CoordinatorLayout, android.view.View, int, int, int, int); method public void setOverlayTop(int); } |
