am 11a03afa: Merge "Properly respect divider settings for TableLayout" into jb-mr1-dev
* commit '11a03afaadc626be039203d98d3d70e7d3ae7b49': Properly respect divider settings for TableLayout
This commit is contained in:
@@ -184,6 +184,10 @@ public class TableLayout extends LinearLayout {
|
||||
mShrinkableColumns = new SparseBooleanArray();
|
||||
}
|
||||
|
||||
// TableLayouts are always in vertical orientation; keep this tracked
|
||||
// for shared LinearLayout code.
|
||||
setOrientation(VERTICAL);
|
||||
|
||||
mPassThroughListener = new PassThroughHierarchyChangeListener();
|
||||
// make sure to call the parent class method to avoid potential
|
||||
// infinite loops
|
||||
|
||||
Reference in New Issue
Block a user