Skip to content

Commit

Permalink
Merge pull request #9247 from m1ga/paddAlign
Browse files Browse the repository at this point in the history
[TIMOB-24866] (6_2_X) Android: Fix textAlign with padding
  • Loading branch information
ssjsamir committed Jul 26, 2017
2 parents 2b05cc5 + 560a51c commit 9c5719d
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -254,10 +254,6 @@ private void setTextPadding(HashMap<String, Object> d)
}

tv.setPadding(paddingLeft, paddingTop, paddingRight, paddingBottom);

if (field) {
tv.setGravity(Gravity.CENTER_VERTICAL);
}
}

@Override
Expand Down

0 comments on commit 9c5719d

Please sign in to comment.