OSDN Git Service

Fix build. getAlingment should not be public
authorYigit Boyar <yboyar@google.com>
Thu, 5 Mar 2015 22:39:38 +0000 (14:39 -0800)
committerYigit Boyar <yboyar@google.com>
Thu, 5 Mar 2015 22:40:06 +0000 (22:40 +0000)
Change-Id: I4abde1ddc78367795601215106388d6eb535cbca

core/java/android/widget/GridLayout.java

index 4b2384a..c748e00 100644 (file)
@@ -2562,7 +2562,7 @@ public class GridLayout extends ViewGroup {
             this(startDefined, new Interval(start, start + size), alignment, weight);
         }
 
-        public Alignment getAbsoluteAlignment(boolean horizontal) {
+        private Alignment getAbsoluteAlignment(boolean horizontal) {
             if (alignment != UNDEFINED_ALIGNMENT) {
                 return alignment;
             }