non-latin text

  1. Andrew (Digitwell)

    Android Example Resizing Text Control Custom View - Set text control size based on text - Non Latin Text fix

    There are many occasions when you need to have multiple labels which all size themselves to their contents and also align with each other with no space. The solution to this is to use MeasureMultiLineText within the StringUtils Library. To make this easy to use I created a CustomView...
Top