i would like to have three buttons taking equal amount of available space horizontally in a row. I used android:layout_gravity. What is the problem?
android:layout_gravity
layout
Put the buttons in a relative layout. add properties to the buttons allignParentleft = true, another allignParentcenter= true and the allignParentRight = true to each button.