Android Question dip vs string length

DanteS

Member
Licensed User
Longtime User
Is there a way to convert dips vs string length?
Any ideas to write aligned text?
 

DanteS

Member
Licensed User
Longtime User
No, I need something less complicated
I want to write in columns, for example if I have a 400 dips textbox, I want to write Peter at position 0, Navaja at position 150, mechanic at position 300 and 600.00 at position 370.
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
I want to write in columns, for example if I have a 400 dips textbox, I want to write Peter at position 0, Navaja at position 150, mechanic at position 300 and 600.00 at position 370.
Use a canvas then and write (draw/paint) any text you want at the place/position you want on this canvas
 
Upvote 0
Top