Skip to content

Commit

Permalink
fix: alpha android (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
gruskal authored Nov 15, 2022
1 parent 166c23c commit 351fbfe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ protected void onLayout(boolean changed, int l, int t, int r, int b) {
if(column == null) {
return;
}
layout.height = TableTheme.rowHeightFactor;
layout.height = TableTheme.DefaultRowHeight;
layout.width = column.width;
setLayoutParams(layout);
}
Expand Down

0 comments on commit 351fbfe

Please sign in to comment.