commit | ad9696cf0da9b65c4a52f00fe5adaa17b99a05ca | [log] [tgz] |
---|---|---|
author | Adam Powell <adamp@google.com> | Mon Jan 28 16:47:09 2013 -0800 |
committer | Adam Powell <adamp@google.com> | Mon Jan 28 16:49:16 2013 -0800 |
tree | 1860d7b993c3695a9948a2893fd33aba842a3795 | |
parent | fba5d14230cf87eb238050b4a1ebe457a85dc0b6 [diff] |
Fix some layout bugs with SlidingPaneLayout When combined with a ListView, using View#layout to move a view's frame around could mistakenly clear the layout request bit, confusing things quite effectively. Use the View#offset* method to move it around instead. Change-Id: Icc3c9303809ebddc9b1e60fd2fea5d3d0f8ca090