i have a relative layout and i have two buttons in it with texts \"hello\" and \"world\" respectively. i want these two buttons to lie adjacent to each other and equally occupy
You can't do this with RelativeLayout. Try LinearLayout and the layout_weight attribute.
RelativeLayout
LinearLayout
layout_weight