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
Divide the weight sum to equal proportion in all buttons.
Remove layout_gravity property and add android:layout_weight=0.33.
It will work