Search code examples
javaandroidtextandroid-edittextbounds

Readjust text inside an EditText (android)


Is possible to change dynamically the size of the text of an EditText when the text is too long and readjust it to fit within the bounds?


Solution

  • I believe you should create a custom TextView. Check out @speedplane soulution : How to adjust text font size to fit textview