I'm working with an EditText
, and know that setTextAlignment
was not implemented until API 17, but don't see how using setTextAlignment
is any easier or better than setGravity
. Which should I use for what purposes, or does it not matter?
I find setGravity
to be very easy to work with and do what I want, so when should I NOT use this?
Thank you