I want to make layout like this:

The problem is with aligning TextViews: I want them both to be centered horizontally. The only solution I’ve got is to use nested LinearLayout inside root RelativeLayout.
Ho do I center TextViews horizontally using only the root RelativeLayout, without nested LinearLayout?
PLEASE TRY THIS ::
Update :