You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
Add paddings and improved margins
This commit is contained in:
@@ -216,7 +216,7 @@ public class TableRow extends LinearLayout {
|
||||
int childWidthMeasureSpec = MeasureSpec.makeMeasureSpec(
|
||||
Math.max(0, columnWidth - lp.leftMargin - lp.rightMargin), measureMode);
|
||||
int childHeightMeasureSpec = getChildMeasureSpec(heightMeasureSpec,
|
||||
/*mPaddingTop + mPaddingBottom*/ + lp.topMargin +
|
||||
paddingTop +paddingBottom + lp.topMargin +
|
||||
lp.bottomMargin + totalHeight,
|
||||
lp.height);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user