commit | 272acf0aa6bc9bf0d744b68a5b8b092c2c3e46d4 | [log] [tgz] |
---|---|---|
author | Chris Banes <chrisbanes@google.com> | Tue Feb 25 13:50:23 2014 +0000 |
committer | Chris Banes <chrisbanes@google.com> | Wed Apr 02 11:34:57 2014 +0100 |
tree | 2464d70663d2a4cc43103d2da5b79e2f7f2853da | |
parent | b220fd3f0a8966da9ef6a3c82b2795da1317f88f [diff] |
Improve SwipeRefreshLayout's touch handling At the moment SwipeRefreshLayout's touch handling does not handle all cases. Specifically it relies on the child view handling all of the touch events. This means that non-scrollable views can not trigger a refresh (e.g. empty views). This CL fixes this by using the standard touch handling patterns. Change-Id: I2c4aebb3ef3a89317293d0d295752f84f6786e36