commit | 158d6b70ac2f0c8fd7dafe0f865112090fb31699 | [log] [tgz] |
---|---|---|
author | Mattias Niklewski <mattias.niklewski@sonyericsson.com> | Wed Feb 02 15:52:37 2011 +0100 |
committer | Johan Redestig <johan.redestig@sonymobile.com> | Tue Sep 11 14:18:23 2012 +0200 |
tree | a55861301c7d6f638667e1a0bdd8b58310901652 | |
parent | bfe1ab825731d365fef169deab646d7ceeafc998 [diff] |
Reattach header view after DPAD scroll. A header view that was scrolled off screen using the DPAD would not be reattached properly when scrolled back into view, due to the flag recycledHeaderFooter. Solved this by using detachViewFromParent() instead of removeViewInLayout(). Compare to AbsListView.trackMotionScroll(). Change-Id: I0ac0ec0f9bf23bc62430c1f62ae7d1a8570b0a24