2

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!

Kdaydin
  • 441
  • 5
  • 17

1 Answers1

1

I'm not sure it can be done with standard attributes, but you can use 3d party library.

Also you can try some hacks.

Community
  • 1
  • 1
Maxim G
  • 1,479
  • 1
  • 15
  • 23