I have a TextView that Im using as row format for ListView. I want that the texts in those TextViews fill whole line. My text format is like this: XXX STORE NAME X (X are numbers) I want to make the line as
-XXX STORE NAME X-
-XXX STR NAME X-
-XXX STRE NM XX-
something like setw()
in c++
Thanks!