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 may try implementing LinearLayout(horizontal) and then set android:layout_weight="1" for both buttons.