I don't know why the problem with the clipping happens but one easy way to fix it and obtain the same appearance is to remove the paddingRight
attribute from the TableRows
and also add the attribute layout_marginRight
(set to the padding value) on the last item of the row, the delete Button
.
↧
Answer by Luksprog for Android tablelayout row padding
↧