commit | 6d109dd6676f6bca949643d2d04365494eaeb867 | [log] [tgz] |
---|---|---|
author | Yigit Boyar <yboyar@google.com> | Fri Mar 06 19:28:23 2015 -0800 |
committer | Yigit Boyar <yboyar@google.com> | Fri Mar 06 19:29:54 2015 -0800 |
tree | 7835d6e76e169da2f345af0efc0795c1ec85a04a | |
parent | 77f8778f1894c7b2138fbffde314aa6a38a233af [diff] |
Fix RecyclerView focus issues when target view is too big This CL fixes a bug where if the View which asked for focus is partially visible, we would scroll such that the invisible part of the view also becomes visible. Unfortunately, this scroll was not capped so if view is too big, we would scroll too much and hide the currently visible side. Bug: 19642142 Change-Id: I408b7c8aa544cde8d4de5050e080f5431aa3cd87