TextView.setBottomMargin
void setBottomMargin(int bottomMargin)Sets the bottom margin for text in text_view.
Note that this function is confusingly named. In CSS terms, the value set here is padding.
Parameters
bottomMargin | bottom margin in pixels |
void setBottomMargin(int bottomMargin)Sets the bottom margin for text in text_view.
Note that this function is confusingly named. In CSS terms, the value set here is padding.
bottomMargin | bottom margin in pixels |