Artem Nurtdinov

Results 4 comments of Artem Nurtdinov

added `textButton.setLines(1);` result: ![default](https://cloud.githubusercontent.com/assets/17758675/15496796/eba0d374-219f-11e6-9ea5-36b2fba23c99.png)

`textButton.setTextSize(TypedValue.COMPLEX_UNIT_SP, 15);` if I delete this code, it looks normal. But I need this 15sp size...

Button.setText = " sometext "; ![default](https://cloud.githubusercontent.com/assets/17758675/15497086/94ebac46-21a1-11e6-8048-89899676f0c9.png) problem is not in this code: `textButton.setTextSize(TypedValue.COMPLEX_UNIT_SP, 15);` tried without it, and the result was: ![1](https://cloud.githubusercontent.com/assets/17758675/15497140/cd48bb10-21a1-11e6-8ccc-0c7dd5921042.png)