autosize

  1. epiCode

    Android Code Snippet [B4X] Calculate width of Charsequence Text

    Calculate width of Charsequence Text Uses Java Function measureText(charSequence , int Start, int End) ' textSize is default textsize of label where charsequence is displayed Sub getWidthofCS(cx As Object,textSize As Float) As Float Dim jo As JavaObject = Me Return...
  2. Pedro Caldeira

    Android Question Expanded listview size

    Hello All, Is there a simple way to autosize the expanded listview ? That is to autosize the list's expanded height based in its contents ? Thanks in advance
Top