I have arabic text, therefore I set gravity to right in order to start text from right side. Text starts from right now. But another issue is text starts to render from the top
The problem is the padding of the font on the textview. Just add to your textview:
android:includeFontPadding="false"