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
just use like this to make anything to center
android:layout_gravity="center" android:gravity="center"
updated :
android:layout_gravity="center|right" android:gravity="center|right"
Updated : Just remove MarginBottom from your textview.. Do like this.. for your textView