I know how to center the text in the TextView and how to center the TextView inside its parent layout, but what I'm looking for is how to center a title (text centered but second line starting at the same point).
What I'm looking for is this:
| Centered |
| right! |
or this:
| Center |
Not this (text centered):
| Too |
| centered! |
or this (TextView centered):
|Centered |
|wrong! |
or this (with padding and left):
| |Also | |
| |wrong! | |
Did anyone understad this? Is it possible to do this without coding the String itself?