Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 11a03afa authored by Adam Powell's avatar Adam Powell Committed by Android (Google) Code Review
Browse files

Merge "Properly respect divider settings for TableLayout" into jb-mr1-dev

parents 865a1756 c3c0e39a
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -184,6 +184,10 @@ public class TableLayout extends LinearLayout {
            mShrinkableColumns = new SparseBooleanArray();
            mShrinkableColumns = new SparseBooleanArray();
        }
        }


        // TableLayouts are always in vertical orientation; keep this tracked
        // for shared LinearLayout code.
        setOrientation(VERTICAL);

        mPassThroughListener = new PassThroughHierarchyChangeListener();
        mPassThroughListener = new PassThroughHierarchyChangeListener();
        // make sure to call the parent class method to avoid potential
        // make sure to call the parent class method to avoid potential
        // infinite loops
        // infinite loops