commit | 7744169812e0d35531e9de258785af1f2ec9bed3 | [log] [tgz] |
---|---|---|
author | Hyunyoung Song <hyunyoungs@google.com> | Mon Jun 27 22:00:48 2016 -0700 |
committer | Hyunyoung Song <hyunyoungs@google.com> | Mon Jun 27 23:51:36 2016 -0700 |
tree | f3c2843b2c0e31367f9028f77a3d16a4494d9199 | |
parent | f50b3cb3cb9cb0e317e3868d932f157bea561a5c [diff] [blame] |
Extend all apps pull up activation area to page indicator view b/29752599 Change-Id: I3ee5efefa98defbc8f386895753946efe79708b4 Background: page indicator's background is where the caret symbol is.
diff --git a/src/com/android/launcher3/PagedView.java b/src/com/android/launcher3/PagedView.java index 5ac3f0b..2d3e8dd 100644 --- a/src/com/android/launcher3/PagedView.java +++ b/src/com/android/launcher3/PagedView.java
@@ -321,7 +321,7 @@ return (getMeasuredHeight() - getViewportHeight()) / 2; } - PageIndicator getPageIndicator() { + public PageIndicator getPageIndicator() { return mPageIndicator; }